12 lines
165 B
C
12 lines
165 B
C
#ifndef TIME_H
|
|
#define TIME_H
|
|
|
|
#define DEFAULT_TIMEOUT 60
|
|
|
|
#include <time.h>
|
|
|
|
extern int timeout_seconds;
|
|
|
|
void *close_timeout_connectionLoop(void *nullPtr);
|
|
|
|
#endif |