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