diff options
Diffstat (limited to 'rpcapd/daemon.h')
-rw-r--r-- | rpcapd/daemon.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rpcapd/daemon.h b/rpcapd/daemon.h index dbbdb62ca1db..79cd384846bc 100644 --- a/rpcapd/daemon.h +++ b/rpcapd/daemon.h @@ -33,9 +33,7 @@ #ifndef __DAEMON_H__ #define __DAEMON_H__ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #include "sslutils.h" @@ -44,7 +42,7 @@ // otherwise; the return value is used only by callers that call us // for active mode. // -int daemon_serviceloop(SOCKET sockctrl, int isactive, char *passiveClients, +int daemon_serviceloop(PCAP_SOCKET sockctrl, int isactive, char *passiveClients, int nullAuthAllowed, int uses_ssl); void sleep_secs(int secs); |