=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/serverloop.h,v retrieving revision 1.2.6.2 retrieving revision 1.3 diff -u -r1.2.6.2 -r1.3 --- src/usr.bin/ssh/serverloop.h 2002/03/09 00:20:44 1.2.6.2 +++ src/usr.bin/ssh/serverloop.h 2001/06/26 06:33:00 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: serverloop.h,v 1.2.6.2 2002/03/09 00:20:44 miod Exp $ */ +/* $OpenBSD: serverloop.h,v 1.3 2001/06/26 06:33:00 itojun Exp $ */ /* * Author: Tatu Ylonen @@ -18,10 +18,5 @@ * (of the child program), and reads from stdout and stderr (of the child * program). */ -#ifndef SERVERLOOP_H -#define SERVERLOOP_H - void server_loop(pid_t, int, int, int); -void server_loop2(Authctxt *); - -#endif +void server_loop2(void);