X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/42f11eb24fa39e437b4f1e6beb5cc83901aa5bdd..802e01b86efac80bfea4b07c6442d8e2c26945f8:/clientloop.h diff --git a/clientloop.h b/clientloop.h index 58a1a7af..8056a40c 100644 --- a/clientloop.h +++ b/clientloop.h @@ -1,3 +1,5 @@ +/* $OpenBSD: clientloop.h,v 1.7 2002/04/22 21:04:52 markus Exp $ */ + /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -33,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(int type, u_int32_t seq, void *ctxt);