]> andersk Git - openssh.git/blobdiff - clientloop.h
- markus@cvs.openbsd.org 2003/05/11 20:30:25
[openssh.git] / clientloop.h
index 3ad72aa55ce313dadb2643d730dc60b91c23d8ab..8056a40c3ab9798c5dabd76ba0baae8107e2710e 100644 (file)
@@ -1,3 +1,16 @@
+/*     $OpenBSD: clientloop.h,v 1.7 2002/04/22 21:04:52 markus Exp $   */
+
+/*
+ * Author: Tatu Ylonen <ylo@cs.hut.fi>
+ * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+ *                    All rights reserved
+ *
+ * As far as I am concerned, the code I have written for this software
+ * can be used freely for any purpose.  Any derived versions of this
+ * software must be clearly marked as such, and if the derived work is
+ * incompatible with the protocol description in the RFC file, it must be
+ * called by a name other than "ssh" or "Secure Shell".
+ */
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
@@ -21,4 +34,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * 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, int, int);
+void    client_global_request_reply(int type, u_int32_t seq, void *ctxt);
This page took 0.602925 seconds and 4 git commands to generate.