Changeset 1417 for pjproject/trunk/pjsip/include/pjsip-ua/sip_xfer.h
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-ua/sip_xfer.h
r974 r1417 62 62 63 63 64 /** 65 * Declaration for REFER method constant. 66 */ 67 extern const pjsip_method pjsip_refer_method; 64 /** Declaration for REFER method constant. */ 65 PJ_DECL_DATA(const pjsip_method) pjsip_refer_method; 66 67 /** Get REFER method constant */ 68 PJ_DECL(const pjsip_method*) pjsip_get_refer_method(); 68 69 69 70
Note: See TracChangeset
for help on using the changeset viewer.