CProxy/timeout.h

9 lines
118 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);
2020-06-08 20:28:15 +08:00
#endif