SpecialProxy/timeout.h
2018-12-21 19:13:07 +08:00

12 lines
165 B
C

#ifndef TIME_H
#define TIME_H
#define DEFAULT_TIMEOUT 60
#include <time.h>
extern int timeout_seconds;
void *close_timeout_connectionLoop(void *nullPtr);
#endif