]> andersk Git - openssh.git/blobdiff - clientloop.h
[configure.ac] Make sure -lcrypto is before -lsocket for sco3. ok mouring@
[openssh.git] / clientloop.h
index 550c556c4e8d1ff85ed41841c0db53948eca4d35..56af06bc146090720b9ab2102e71c2185576bfb1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: clientloop.h,v 1.3 2001/01/29 01:58:15 niklas Exp $   */
+/*     $OpenBSD: clientloop.h,v 1.8 2003/12/16 15:49:51 markus Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -35,7 +35,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-void   clientloop_set_session_ident(int id);
-
 /* 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_fwd(int, u_int32_t, void *);
This page took 0.073719 seconds and 4 git commands to generate.