CProxy/timeout.h

8 lines
117 B
C
Raw Normal View History

2020-01-21 19:48:05 +08:00
#ifndef TIME_H
#define TIME_H
extern int timeout_minute;
void *close_timeout_connectionLoop(void *nullPtr);
#endif