diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 18:22:17 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 18:22:17 +0000 |
commit | ade03f6bad77faf80441396eb41134489454e1c1 (patch) | |
tree | 2d49b6124b798fba1a52482a228017fde6f7118b /servconf.h | |
parent | 9eab262f1ce2e54f7e5d2b75477a606c33e8bc0a (diff) | |
download | openssh-git-ade03f6bad77faf80441396eb41134489454e1c1.tar.gz |
- markus@cvs.openbsd.org 2001/12/06 13:30:06
[servconf.c servconf.h sshd.8 sshd.c]
add -o to sshd, too. ok deraadt@
- (bal) Minor white space fix up in servconf.c
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: servconf.h,v 1.49 2001/08/17 18:59:47 stevesk Exp $"); */ +/* RCSID("$OpenBSD: servconf.h,v 1.50 2001/12/06 13:30:05 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -135,5 +135,7 @@ typedef struct { void initialize_server_options(ServerOptions *); void read_server_config(ServerOptions *, const char *); void fill_default_server_options(ServerOptions *); +int process_server_config_line(ServerOptions *, char *, const char *, int); + #endif /* SERVCONF_H */ |