|
@@ -191,6 +191,7 @@ int t_add_transaction( struct sip_msg* p_msg );
|
|
|
|
|
|
/* returns 1 if everything was OK or -1 for error */
|
|
|
int t_release_transaction( struct cell *trans );
|
|
|
+typedef int (*trelease_t)(struct cell *t);
|
|
|
|
|
|
|
|
|
int get_ip_and_port_from_uri( str* uri , unsigned int *param_ip,
|