]> andersk Git - openssh.git/blobdiff - clientloop.h
- dtucker@cvs.openbsd.org 2010/01/12 01:31:05
[openssh.git] / clientloop.h
index cecbfb1a87893e79ccfaa598c5c29e66c181bc27..8bb874b38821962e1757f043434566d9999f9000 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.h,v 1.20 2008/06/12 03:40:52 djm Exp $ */
+/* $OpenBSD: clientloop.h,v 1.22 2008/06/12 15:19:17 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -48,8 +48,13 @@ int   client_request_tun_fwd(int, int, int);
 
 /* Escape filter for protocol 2 sessions */
 void   *client_new_escape_filter_ctx(int);
+void    client_filter_cleanup(int, void *);
 int     client_simple_escape_filter(Channel *, char *, int);
 
+/* Global request confirmation callbacks */
+typedef void global_confirm_cb(int, u_int32_t seq, void *);
+void    client_register_global_confirm(global_confirm_cb *, void *);
+
 /* Multiplexing protocol version */
 #define SSHMUX_VER                     2
 
This page took 0.065349 seconds and 4 git commands to generate.