]> andersk Git - openssh.git/blobdiff - serverloop.h
- (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
[openssh.git] / serverloop.h
index 652c1d9f8e5f7345cc5f53c23cf7237e6547a6b3..7311558f949320ebb9a958960830ea2bb8dcbede 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.6 2006/03/25 22:22:43 djm 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 6.895609 seconds and 4 git commands to generate.