summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 213f73def..f3f049fcc 100644
--- a/ssh.h
+++ b/ssh.h
@@ -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 */
490char *chop(char *s); 490char *chop(char *s);
491 491
492/* return next token in configuration line */
493char *strdelim(char **s);
494
492/* set filedescriptor to non-blocking */ 495/* set filedescriptor to non-blocking */
493void set_nonblock(int fd); 496void set_nonblock(int fd);
494 497