Browse Source

Fixed cseq parameter in t_uac_dlg function type

Jan Janak 23 years ago
parent
commit
095fb2b805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tm/uac.h

+ 1 - 1
modules/tm/uac.h

@@ -60,7 +60,7 @@ typedef int (*tuac_f)(str *msg_type, str *dst, str *headers,str *body,
 	struct dialog *dlg );
 
 typedef int (*tuacdlg_f)(str* msg_type, str* dst, str* ruri, str* to,
-			 str* from, str* totag, str* fromtag, int cseq,
+			 str* from, str* totag, str* fromtag, int* cseq,
 			 str* callid, str* headers, str* body,
 			 transaction_cb completion_cb, void* cbp
 			 );