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/multimediaauth.c

    r430 r433  
    3434* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    3535*********************************************************************************************************/
    36 #include "diamsip.h"
    37 
    38 
    39 int diamsip_MAR_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
     36#include "app_sip.h"
     37
     38
     39int app_sip_MAR_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
    4040{
    4141        struct msg *ans, *qry;
Note: See TracChangeset for help on using the changeset viewer.