summaryrefslogtreecommitdiff
path: root/serverloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'serverloop.h')
-rw-r--r--serverloop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverloop.h b/serverloop.h
index 9ea2b38d4..f419198d1 100644
--- a/serverloop.h
+++ b/serverloop.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: serverloop.h,v 1.4 2001/06/26 17:27:24 markus Exp $ */ 1/* $OpenBSD: serverloop.h,v 1.5 2001/06/27 02:12:53 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -22,6 +22,6 @@
22#define SERVERLOOP_H 22#define SERVERLOOP_H
23 23
24void server_loop(pid_t, int, int, int); 24void server_loop(pid_t, int, int, int);
25void server_loop2(void); 25void server_loop2(Authctxt *);
26 26
27#endif 27#endif