Changeset 2121
- Timestamp:
- Jul 11, 2008 12:56:07 AM (16 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/guid.h
r2039 r2121 1 /* $Id :$ */1 /* $Id$ */ 2 2 /* 3 3 * Copyright (C)2003-2008 Benny Prijono <benny@prijono.org> … … 63 63 * Get #PJ_GUID_STRING_LENGTH constant. 64 64 */ 65 PJ_DECL(unsigned) pj_GUID_STRING_LENGTH( );65 PJ_DECL(unsigned) pj_GUID_STRING_LENGTH(void); 66 66 67 67 /** -
pjproject/trunk/pjlib/include/pj/pool.h
r2039 r2121 623 623 * Get #PJ_NO_MEMORY_EXCEPTION constant. 624 624 */ 625 PJ_DECL(int) pj_NO_MEMORY_EXCEPTION( );625 PJ_DECL(int) pj_NO_MEMORY_EXCEPTION(void); 626 626 627 627 /** -
pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
r2039 r2121 215 215 * SUBSCRIBE method constant. 216 216 */ 217 PJ_DECL(const pjsip_method*) pjsip_get_subscribe_method( );217 PJ_DECL(const pjsip_method*) pjsip_get_subscribe_method(void); 218 218 219 219 /** 220 220 * NOTIFY method constant. 221 221 */ 222 PJ_DECL(const pjsip_method*) pjsip_get_notify_method( );222 PJ_DECL(const pjsip_method*) pjsip_get_notify_method(void); 223 223 224 224 -
pjproject/trunk/pjsip/include/pjsip-ua/sip_xfer.h
r2039 r2121 66 66 67 67 /** Get REFER method constant */ 68 PJ_DECL(const pjsip_method*) pjsip_get_refer_method( );68 PJ_DECL(const pjsip_method*) pjsip_get_refer_method(void); 69 69 70 70
Note: See TracChangeset
for help on using the changeset viewer.