=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.45 retrieving revision 1.45.2.1 diff -u -r1.45 -r1.45.2.1 --- src/usr.bin/ssh/ssh.h 2000/05/08 17:12:16 1.45 +++ src/usr.bin/ssh/ssh.h 2000/06/12 02:37:37 1.45.2.1 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.45 2000/05/08 17:12:16 markus Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.45.2.1 2000/06/12 02:37:37 jason Exp $"); */ #ifndef SSH_H #define SSH_H @@ -446,6 +446,12 @@ * Warning: this calls getpw*. */ char *tilde_expand_filename(const char *filename, uid_t my_uid); + +/* remove newline at end of string */ +char *chop(char *s); + +/* set filedescriptor to non-blocking */ +void set_nonblock(int fd); /* * Performs the interactive session. This handles data transmission between