From 159bce8846c6ad6a801085814ce456b13d90b395 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 16 Aug 2007 10:11:44 +0000 Subject: Ticket #354: continuing work to port the Symbian libraries to .DSO format git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1417 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/guid.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pjlib/include/pj/guid.h') diff --git a/pjlib/include/pj/guid.h b/pjlib/include/pj/guid.h index 3eea11a3..a437646f 100644 --- a/pjlib/include/pj/guid.h +++ b/pjlib/include/pj/guid.h @@ -55,8 +55,16 @@ PJ_BEGIN_DECL * * Regardless of the actual length of the GUID, it will not exceed * PJ_GUID_MAX_LENGTH characters. + * + * @see pj_GUID_STRING_LENGTH() + * @see PJ_GUID_MAX_LENGTH + */ +PJ_DECL_DATA(const unsigned) PJ_GUID_STRING_LENGTH; + +/** + * Get #PJ_GUID_STRING_LENGTH constant. */ -extern const unsigned PJ_GUID_STRING_LENGTH; +PJ_DECL(unsigned) pj_GUID_STRING_LENGTH(); /** * PJ_GUID_MAX_LENGTH specifies the maximum length of GUID string, -- cgit v1.2.3