=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/misc.h 2001/05/08 19:45:24 1.6 +++ src/usr.bin/ssh/misc.h 2001/05/11 14:59:56 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.6 2001/05/08 19:45:24 mouring Exp $ */ +/* $OpenBSD: misc.h,v 1.7 2001/05/11 14:59:56 markus Exp $ */ /* * Author: Tatu Ylonen @@ -17,8 +17,9 @@ /* return next token in configuration line */ char *strdelim(char **s); -/* set filedescriptor to non-blocking */ +/* set/unset filedescriptor to non-blocking */ void set_nonblock(int fd); +void unset_nonblock(int fd); struct passwd * pwcopy(struct passwd *pw);