diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: misc.h,v 1.6 2001/05/08 19:45:24 mouring Exp $ */ | 1 | /* $OpenBSD: misc.h,v 1.7 2001/05/11 14:59:56 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -17,8 +17,9 @@ char *chop(char *s); | |||
17 | /* return next token in configuration line */ | 17 | /* return next token in configuration line */ |
18 | char *strdelim(char **s); | 18 | char *strdelim(char **s); |
19 | 19 | ||
20 | /* set filedescriptor to non-blocking */ | 20 | /* set/unset filedescriptor to non-blocking */ |
21 | void set_nonblock(int fd); | 21 | void set_nonblock(int fd); |
22 | void unset_nonblock(int fd); | ||
22 | 23 | ||
23 | struct passwd * pwcopy(struct passwd *pw); | 24 | struct passwd * pwcopy(struct passwd *pw); |
24 | 25 | ||