Changeset 3443 for pjproject/trunk/pjsip/src/pjsip-simple/presence.c
- Timestamp:
- Mar 15, 2011 5:09:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/presence.c
r3412 r3443 702 702 const pj_str_t STR_MULTIPART = { "multipart", 9 }; 703 703 pjsip_ctype_hdr *ctype_hdr; 704 pj_status_t status ;704 pj_status_t status = PJ_SUCCESS; 705 705 706 706 *p_st_text = NULL;
Note: See TracChangeset
for help on using the changeset viewer.