]> andersk Git - openssh.git/blobdiff - serverloop.h
- dtucker@cvs.openbsd.org 2010/01/09 23:04:13
[openssh.git] / serverloop.h
index 9c2c2ccb99c4468ff040ed124862fad44d356ab2..7311558f949320ebb9a958960830ea2bb8dcbede 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: serverloop.h,v 1.3 2001/06/26 06:33:00 itojun 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).
  */
+#ifndef SERVERLOOP_H
+#define SERVERLOOP_H
+
 void    server_loop(pid_t, int, int, int);
-void    server_loop2(void);
+void    server_loop2(Authctxt *);
+
+#endif
This page took 0.03471 seconds and 4 git commands to generate.