]> andersk Git - openssh.git/blobdiff - clientloop.h
- (djm) Avoid bad and unportable sprintf usage in compat code
[openssh.git] / clientloop.h
index 58a1a7afb13f1f54e3431ce0032306331c8ce5db..1bc9a95236ccaa1bab54ddef1e4bbc540295f1b7 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: clientloop.h,v 1.6 2001/06/26 17:27:23 markus Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -33,7 +35,5 @@
  * 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);
This page took 0.043603 seconds and 4 git commands to generate.