=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/serverloop.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ssh/serverloop.h 2001/06/26 06:33:00 1.3 +++ src/usr.bin/ssh/serverloop.h 2001/06/26 17:27:24 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: serverloop.h,v 1.3 2001/06/26 06:33:00 itojun Exp $ */ +/* $OpenBSD: serverloop.h,v 1.4 2001/06/26 17:27:24 markus Exp $ */ /* * Author: Tatu Ylonen @@ -18,5 +18,10 @@ * (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(void); + +#endif