=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/serverloop.h,v retrieving revision 1.2 retrieving revision 1.2.2.5 diff -u -r1.2 -r1.2.2.5 --- src/usr.bin/ssh/serverloop.h 2001/01/29 01:58:17 1.2 +++ src/usr.bin/ssh/serverloop.h 2001/09/27 00:15:42 1.2.2.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: serverloop.h,v 1.2 2001/01/29 01:58:17 niklas Exp $ */ +/* $OpenBSD: serverloop.h,v 1.2.2.5 2001/09/27 00:15:42 miod Exp $ */ /* * Author: Tatu Ylonen @@ -18,5 +18,10 @@ * (of the child program), and reads from stdout and stderr (of the child * program). */ -void server_loop(pid_t pid, int fdin, int fdout, int fderr); -void server_loop2(void); +#ifndef SERVERLOOP_H +#define SERVERLOOP_H + +void server_loop(pid_t, int, int, int); +void server_loop2(Authctxt *); + +#endif