diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
commit | 025be3f592b920ff0a3e602e5aa8b60a34e5e617 (patch) | |
tree | 4f33277584e4a38c8bad5c2788584a00cf830ea4 /rpcapd/daemon.h | |
parent | 6b96668d5b49eea57b7551349eca70928cc199ce (diff) |
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); |