X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/b5c334cca53c7bd1dfa559da8208bacb9c476cd0..e092ce67b631a36ae3b62e0b41f5fc248f237362:/clientloop.h diff --git a/clientloop.h b/clientloop.h index 3ad72aa5..ee40d87e 100644 --- a/clientloop.h +++ b/clientloop.h @@ -1,3 +1,16 @@ +/* $OpenBSD: clientloop.h,v 1.4 2001/02/06 22:43:02 markus Exp $ */ + +/* + * Author: Tatu Ylonen + * Copyright (c) 1995 Tatu Ylonen , 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,6 @@ * (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 have_pty, int escape_char, int id);