]> andersk Git - openssh.git/blobdiff - serverloop.h
- itojun@cvs.openbsd.org 2001/06/26 06:33:07
[openssh.git] / serverloop.h
index 652c1d9f8e5f7345cc5f53c23cf7237e6547a6b3..9c2c2ccb99c4468ff040ed124862fad44d356ab2 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.3 2001/06/26 06:33:00 itojun Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -18,5 +18,5 @@
  * (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_loop(pid_t, int, int, int);
 void    server_loop2(void);
This page took 0.034537 seconds and 4 git commands to generate.