123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #ifndef __DAEMON_H__
- #define __DAEMON_H__
- int daemon_serviceloop(SOCKET sockctrl_in, SOCKET sockctrl_out, int isactive,
- int nullAuthAllowed)
- void sleep_secs(int secs)
- #endif
|