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