diff options
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,7 @@ | |||
13 | * | 13 | * |
14 | */ | 14 | */ |
15 | 15 | ||
16 | /* RCSID("$OpenBSD: ssh.h,v 1.47 2000/06/20 01:39:45 markus Exp $"); */ | 16 | /* RCSID("$OpenBSD: ssh.h,v 1.48 2000/07/13 22:53:21 provos Exp $"); */ |
17 | 17 | ||
18 | #ifndef SSH_H | 18 | #ifndef SSH_H |
19 | #define SSH_H | 19 | #define SSH_H |
@@ -489,6 +489,9 @@ char *tilde_expand_filename(const char *filename, uid_t my_uid); | |||
489 | /* remove newline at end of string */ | 489 | /* remove newline at end of string */ |
490 | char *chop(char *s); | 490 | char *chop(char *s); |
491 | 491 | ||
492 | /* return next token in configuration line */ | ||
493 | char *strdelim(char **s); | ||
494 | |||
492 | /* set filedescriptor to non-blocking */ | 495 | /* set filedescriptor to non-blocking */ |
493 | void set_nonblock(int fd); | 496 | void set_nonblock(int fd); |
494 | 497 | ||