2008-05-14 19:10:54 +00:00
|
|
|
#ifndef CHECK_NUA_H
|
|
|
|
|
2009-02-12 21:01:58 +00:00
|
|
|
#include <s2check.h>
|
2008-05-14 19:10:54 +00:00
|
|
|
|
|
|
|
void check_session_cases(Suite *suite);
|
|
|
|
void check_register_cases(Suite *suite);
|
2009-02-11 17:10:38 +00:00
|
|
|
void check_etsi_cases(Suite *suite);
|
2009-02-11 17:08:41 +00:00
|
|
|
void check_simple_cases(Suite *suite);
|
2008-05-14 19:10:54 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|