Ignore:
Timestamp:
Mar 19, 2008 11:00:30 PM (16 years ago)
Author:
bennylp
Message:

Related to ticket #485: huge changeset to update STUN relating to managing authentication. See the ticket for the details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/test.h

    r1439 r1877  
    2424#define INCLUDE_ICE_TEST            1 
    2525 
    26 extern int stun_test(void); 
    27 extern int ice_test(void); 
    28 extern int test_main(void); 
     26int stun_test(void); 
     27int sess_auth_test(void); 
     28int ice_test(void); 
     29int test_main(void); 
    2930 
    3031extern void app_perror(const char *title, pj_status_t rc); 
Note: See TracChangeset for help on using the changeset viewer.