From a38217fcdc1150a3afb22c9984f3d9d785eb6af6 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 13 Apr 2012 04:13:24 +0000 Subject: 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 --- pjsip/include/pjsua-lib/pjsua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip') 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; -- cgit v1.2.3