comparison extensions/test_sip/userauthorization.c @ 639:95a784729cac

Added new opaque pointer to fd_sess_handler_create and fd_disp_register for usability. Bumped API version number.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 20 Dec 2010 13:07:06 +0900
parents f77fc3a97287
children 4ffbc9f1e922
comparison
equal deleted inserted replaced
638:9448cba86673 639:95a784729cac
156 CHECK_FCT( fd_msg_send( &message, NULL, NULL )); 156 CHECK_FCT( fd_msg_send( &message, NULL, NULL ));
157 157
158 return 0; 158 return 0;
159 } 159 }
160 160
161 int test_sip_UAA_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act) 161 int test_sip_UAA_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, void * opaque, enum disp_action * act)
162 { 162 {
163 163
164 return 0; 164 return 0;
165 } 165 }
"Welcome to our mercurial repository"