summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-04-16 07:50:01 +0000
committerBenny Prijono <bennylp@teluu.com>2012-04-16 07:50:01 +0000
commit04b538b12dd305a82bf20a3de5561242f0009fe6 (patch)
tree8672d1934f2de216185b057061c7284f49f20fa9 /pjsip/include/pjsua-lib/pjsua.h
parent96f0d19315d72a50fc0322239b4e620fccd17570 (diff)
Re #1474: merged r4042-r4053
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4054 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 73dc9291..bba2d8bf 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -1631,7 +1631,7 @@ struct pjsua_msg_data
* Additional message headers as linked list. Application can add
* headers to the list by creating the header, either from the heap/pool
* or from temporary local variable, and add the header using
- * linked list operation. See pjsip_apps.c for some sample codes.
+ * linked list operation. See pjsua_app.c for some sample codes.
*/
pjsip_hdr hdr_list;