summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-04-13 04:13:24 +0000
committerBenny Prijono <bennylp@teluu.com>2012-04-13 04:13:24 +0000
commita38217fcdc1150a3afb22c9984f3d9d785eb6af6 (patch)
tree31898627aa0bc900c5a6be7eb0068fa43013af93
parent6d13915f95e00ccd508b0bd6d2c1a08ecc88f0e9 (diff)
Misc re #1417: wrongly mentioned pjsip_apps.c instead of pjsua_app.c in the documentation of pjsua_msg_data
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@4045 74dad513-b988-da41-8d7b-12977e46ad98
-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 70126a82..fc7c473d 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -1361,7 +1361,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;