]> andersk Git - openssh.git/blobdiff - clientloop.h
- dtucker@cvs.openbsd.org 2010/01/14 23:41:49
[openssh.git] / clientloop.h
index 3353a9a80d426b3e3857e838060af9e4816ee4bc..8bb874b38821962e1757f043434566d9999f9000 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.h,v 1.21 2008/06/12 04:06:00 djm Exp $ */
+/* $OpenBSD: clientloop.h,v 1.22 2008/06/12 15:19:17 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -48,6 +48,7 @@ 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 */
This page took 0.070338 seconds and 4 git commands to generate.