Changeset 1877 for pjproject/trunk/pjnath/src/pjturn-srv/turn.h
- Timestamp:
- Mar 19, 2008 11:00:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjturn-srv/turn.h
r1854 r1877 205 205 const pj_sockaddr_t *src_addr, 206 206 unsigned src_addr_len, 207 const pj_stun_ msg *msg,207 const pj_stun_rx_data *rdata, 208 208 pj_stun_session *srv_sess, 209 209 pj_turn_allocation **p_alloc); … … 460 460 461 461 462 /**463 * Store the credential to put placed for the specified message for464 * future retrieval.465 */466 PJ_DECL(pj_status_t) pj_turn_srv_put_cred(pj_turn_srv *srv,467 const pj_stun_msg *request,468 pj_stun_tx_data *response);469 470 /**471 * Retrieve previously stored credential for the specified message.472 */473 PJ_DECL(pj_status_t) pj_turn_srv_get_cred(const pj_stun_msg *msg,474 void *user_data,475 pj_pool_t *pool,476 pj_str_t *realm,477 pj_str_t *username,478 pj_str_t *nonce,479 int *data_type,480 pj_str_t *data);481 482 483 462 #endif /* __PJ_TURN_SRV_TURN_H__ */ 484 463
Note: See TracChangeset
for help on using the changeset viewer.