]> andersk Git - openssh.git/blobdiff - clientloop.h
- markus@cvs.openbsd.org 2003/05/14 02:15:47
[openssh.git] / clientloop.h
index ee40d87ea9082b722bbfce3bec9320f8397329ef..8056a40c3ab9798c5dabd76ba0baae8107e2710e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: clientloop.h,v 1.4 2001/02/06 22:43:02 markus Exp $   */
+/*     $OpenBSD: clientloop.h,v 1.7 2002/04/22 21:04:52 markus Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -36,4 +36,5 @@
  */
 
 /* Client side main loop for the interactive session. */
-int     client_loop(int have_pty, int escape_char, int id);
+int     client_loop(int, int, int);
+void    client_global_request_reply(int type, u_int32_t seq, void *ctxt);
This page took 2.832289 seconds and 4 git commands to generate.