Browse Source

more comments

Jiri Kuthan 23 years ago
parent
commit
05638fe889
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/tm/uac.h

+ 1 - 0
modules/tm/uac.h

@@ -31,6 +31,7 @@ void generate_callid();
 typedef int (*tuac_f)(str *msg_type, str *dst, str *headers,str *body,
 	transaction_cb completion_cb );
 
+/* transactional UAC; look for an example of usage at fifo_uac */
 int t_uac( 
 	/* MESSAGE, OPTIONS, etc. */
 	str *msg_type,