=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- src/usr.bin/ssh/ssh.h 2000/05/08 17:12:16 1.45 +++ src/usr.bin/ssh/ssh.h 2000/05/17 08:20:15 1.46 @@ -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.46 2000/05/17 08:20:15 markus 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