]> andersk Git - openssh.git/blobdiff - serverloop.h
- (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
[openssh.git] / serverloop.h
index 652c1d9f8e5f7345cc5f53c23cf7237e6547a6b3..f419198d1ce7a58d26256186f66211a8639b0c07 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: serverloop.h,v 1.2 2001/01/29 01:58:17 niklas Exp $   */
+/*     $OpenBSD: serverloop.h,v 1.5 2001/06/27 02:12:53 markus Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * (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
This page took 0.061293 seconds and 4 git commands to generate.