15 lines
154 B
C
15 lines
154 B
C
#ifndef SOCKS_TEST_H_
|
|
#define SOCKS_TEST_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern int run_all_tests(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|