Navigation



Ignore:
Timestamp:
Jul 28, 2010, 2:34:48 PM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Corrected name mistakes on app_sip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/userauthorization.c

    r430 r433  
    3434* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    3535*********************************************************************************************************/
    36 #include "diamsip.h"
     36#include "app_sip.h"
    3737
    3838
    39 int diamsip_UAR_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
     39int app_sip_UAR_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
    4040{
    4141        TRACE_ENTRY("%p %p %p %p", msg, paramavp, sess, act);
Note: See TracChangeset for help on using the changeset viewer.