Changeset 688 for pjproject/trunk/pjsip/src/pjsip-simple/publishc.c
- Timestamp:
- Aug 20, 2006 9:12:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/publishc.c
r685 r688 41 41 42 42 43 /* Let's define this enum, so that it'll trigger compilation error 44 * when somebody define the same enum in sip_msg.h 45 */ 46 enum 47 { 48 PJSIP_PUBLISH_METHOD = PJSIP_OTHER_METHOD, 49 }; 50 43 51 const pjsip_method pjsip_publish_method = 44 52 { 45 PJSIP_ OTHER_METHOD,53 PJSIP_PUBLISH_METHOD, 46 54 { "PUBLISH", 7 } 47 55 };
Note: See TracChangeset
for help on using the changeset viewer.