Changeset 932 for pjproject/trunk/pjsip/include/pjsip/sip_util.h
- Timestamp:
- Feb 5, 2007 6:59:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_util.h
r797 r932 427 427 * @param timeout Optional timeout for final response to be received, or -1 428 428 * if the transaction should not have a timeout restriction. 429 * The value is in miliseconds. 429 430 * @param token Optional token to be associated with the transaction, and 430 431 * to be passed to the callback. … … 438 439 PJ_DECL(pj_status_t) pjsip_endpt_send_request( pjsip_endpoint *endpt, 439 440 pjsip_tx_data *tdata, 440 int timeout,441 pj_int32_t timeout, 441 442 void *token, 442 443 void (*cb)(void*,pjsip_event*));
Note: See TracChangeset
for help on using the changeset viewer.