- Timestamp:
- Feb 27, 2013 3:02:03 PM (10 years ago)
- Location:
- pjproject/branches/1.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x
- Property svn:mergeinfo changed
/pjproject/trunk merged: 4352
- Property svn:mergeinfo changed
-
pjproject/branches/1.x/pjnath/include/pjnath/stun_transaction.h
r3553 r4407 235 235 * 236 236 * @param tsx The STUN client transaction instance. 237 * @param mod_count Boolean flag to indicate whether transmission count 238 * needs to be incremented. 237 239 * 238 240 * @return PJ_SUCCESS on success, or PJNATH_ESTUNDESTROYED … … 241 243 * as returned by \a on_send_msg() callback. 242 244 */ 243 PJ_DECL(pj_status_t) pj_stun_client_tsx_retransmit(pj_stun_client_tsx *tsx); 245 PJ_DECL(pj_status_t) pj_stun_client_tsx_retransmit(pj_stun_client_tsx *tsx, 246 pj_bool_t mod_count); 244 247 245 248
Note: See TracChangeset
for help on using the changeset viewer.