Changeset 4983 for pjproject/trunk/pjnath/include/pjnath/stun_transaction.h
- Timestamp:
- Feb 13, 2015 11:34:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/stun_transaction.h
r4360 r4983 163 163 164 164 /** 165 * Destroy the STUN transaction immediately after the transaction is complete. 166 * Application normally calls this function in the on_complete() callback. 167 * 168 * @param tsx The STUN transaction. 169 * 170 * @return PJ_SUCCESS on success, or the appropriate error code. 171 */ 172 PJ_DECL(pj_status_t) pj_stun_client_tsx_destroy(pj_stun_client_tsx *tsx); 173 174 175 /** 165 176 * Stop the client transaction. 166 177 *
Note: See TracChangeset
for help on using the changeset viewer.