8 lines
117 B
C
8 lines
117 B
C
|
#ifndef TIME_H
|
||
|
#define TIME_H
|
||
|
|
||
|
extern int timeout_minute;
|
||
|
|
||
|
void *close_timeout_connectionLoop(void *nullPtr);
|
||
|
|
||
|
#endif
|