浏览代码

more comments

Jiri Kuthan 23 年之前
父节点
当前提交
05638fe889
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,