Changeset 6004 for pjproject/trunk/pjnath/src/pjnath-test/test.h
- Timestamp:
- May 24, 2019 3:32:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/test.h
r5388 r6004 36 36 #endif 37 37 38 #if defined(PJ_HAS_SSL_SOCK) && PJ_HAS_SSL_SOCK 39 # define USE_TLS 1 40 #else 41 # define USE_TLS 0 42 #endif 43 38 44 int stun_test(void); 39 45 int sess_auth_test(void); … … 71 77 const struct pjlib_state *initial_st); 72 78 79 pj_turn_tp_type get_turn_tp_type(pj_uint32_t flag); 73 80 74 81 #define ERR_MEMORY_LEAK 1
Note: See TracChangeset
for help on using the changeset viewer.