]> andersk Git - openssh.git/blobdiff - clientloop.h
- (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
[openssh.git] / clientloop.h
index b7f48aa862cfb5df1cac1e3f47dc5d5ce7a9af06..c34d6674dac989d50923ba6e94f2e7880f019ea1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: clientloop.h,v 1.5 2001/06/26 06:32:50 itojun Exp $   */
+/*     $OpenBSD: clientloop.h,v 1.10 2004/06/17 14:52:48 djm Exp $     */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -36,4 +36,7 @@
  */
 
 /* Client side main loop for the interactive session. */
-int     client_loop(int, int, int);
+int     client_loop(int, int, int);
+void    client_global_request_reply_fwd(int, u_int32_t, void *);
+void    client_session2_setup(int, int, int, const char *, struct termios *, 
+           int, Buffer *, char **, dispatch_fn *);
This page took 0.031999 seconds and 4 git commands to generate.