SpecialProxy/timeout.h

8 lines
117 B
C
Raw Permalink Normal View History

2018-12-07 09:29:41 +08:00
#ifndef TIME_H
#define TIME_H
2019-01-26 11:53:32 +08:00
extern int timeout_minute;
2018-12-07 09:29:41 +08:00
void *close_timeout_connectionLoop(void *nullPtr);
#endif