diff options
Diffstat (limited to 'test/regress.h')
-rw-r--r-- | test/regress.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress.h b/test/regress.h index 9c18569c..fed5150f 100644 --- a/test/regress.h +++ b/test/regress.h @@ -118,6 +118,8 @@ int test_ai_eq_(const struct evutil_addrinfo *ai, const char *sockaddr_port, long timeval_msec_diff(const struct timeval *start, const struct timeval *end); +pid_t regress_fork(void); + #ifdef __cplusplus } #endif |