2023-02-26 10:05:39 +00:00
|
|
|
#ifndef SOCKS_TEST_H_
|
|
|
|
|
#define SOCKS_TEST_H_
|
|
|
|
|
|
2023-03-20 20:41:39 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-02-26 10:05:39 +00:00
|
|
|
extern int run_all_tests(void);
|
|
|
|
|
|
2023-03-20 20:41:39 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-02-26 10:05:39 +00:00
|
|
|
#endif
|