=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.45.2.1 retrieving revision 1.45.2.2 diff -u -r1.45.2.1 -r1.45.2.2 --- src/usr.bin/ssh/ssh.h 2000/06/12 02:37:37 1.45.2.1 +++ src/usr.bin/ssh/ssh.h 2000/09/01 18:23:24 1.45.2.2 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.45.2.1 2000/06/12 02:37:37 jason Exp $"); */ +/* RCSID("$OpenBSD: ssh.h,v 1.45.2.2 2000/09/01 18:23:24 jason Exp $"); */ #ifndef SSH_H #define SSH_H @@ -450,6 +450,9 @@ /* remove newline at end of string */ char *chop(char *s); +/* return next token in configuration line */ +char *strdelim(char **s); + /* set filedescriptor to non-blocking */ void set_nonblock(int fd); @@ -464,7 +467,7 @@ void server_loop2(void); /* Client side main loop for the interactive session. */ -int client_loop(int have_pty, int escape_char); +int client_loop(int have_pty, int escape_char, int id); /* Linked list of custom environment strings (see auth-rsa.c). */ struct envstring {