Changeset 612 for pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
- Timestamp:
- Jul 18, 2006 2:39:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
r515 r612 253 253 const pj_str_t accept[]); 254 254 255 /** 256 * Get the Allow-Events header. This header is built based on the packages 257 * that are registered to the evsub module. 258 * 259 * @param m Pointer to event subscription module instance, or 260 * NULL to use default instance (equal to 261 * #pjsip_evsub_instance()). 262 * 263 * @return The Allow-Events header. 264 */ 265 PJ_DECL(const pjsip_hdr*) pjsip_evsub_get_allow_events_hdr(pjsip_module *m); 266 255 267 256 268 /**
Note: See TracChangeset
for help on using the changeset viewer.