Changeset 6035 for pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
- Timestamp:
- Jul 1, 2019 7:12:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
r5558 r6035 364 364 * @param expires Subscription expiration. If the value is set to zero, 365 365 * this will request unsubscription. If the value is 366 * negative, default expiration as defined by the package367 * 366 * PJSIP_EXPIRES_NOT_SPECIFIED, default expiration 367 * as defined by the package will be used. 368 368 * @param p_tdata Pointer to receive the request. 369 369 * … … 372 372 PJ_DECL(pj_status_t) pjsip_evsub_initiate( pjsip_evsub *sub, 373 373 const pjsip_method *method, 374 pj_ int32_t expires,374 pj_uint32_t expires, 375 375 pjsip_tx_data **p_tdata); 376 376
Note: See TracChangeset
for help on using the changeset viewer.