summaryrefslogtreecommitdiffhomepage
path: root/svr-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-main.c')
-rw-r--r--svr-main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/svr-main.c b/svr-main.c
index ae05c0d..60ed212 100644
--- a/svr-main.c
+++ b/svr-main.c
@@ -33,8 +33,12 @@ static int listensockets(int *sock, int sockcount, int *maxfd);
static void sigchld_handler(int dummy);
static void sigsegv_handler(int);
static void sigintterm_handler(int fish);
+#ifdef INETD_MODE
static void main_inetd();
+#endif
+#ifdef NON_INETD_MODE
static void main_noinetd();
+#endif
static void commonsetup();
static int childpipes[MAX_UNAUTH_CLIENTS];