diff options
author | djm <djm> | 2008-11-03 08:27:34 +0000 |
---|---|---|
committer | djm <djm> | 2008-11-03 08:27:34 +0000 |
commit | 57413fddf7d6e0ed73fe9be7df999ef757a0d2d5 (patch) | |
tree | 56524641e42e9f157998e30a307352017dd82b43 /readconf.h | |
parent | 5b1e86ff1b29edaf0503514f998ff3b1c752e5ad (diff) | |
download | openssh-57413fddf7d6e0ed73fe9be7df999ef757a0d2d5.tar.gz |
- stevesk@cvs.openbsd.org 2008/11/01 17:40:33
[clientloop.c readconf.c readconf.h ssh.c]
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.74 2008/06/26 11:46:31 grunk Exp $ */ +/* $OpenBSD: readconf.h,v 1.75 2008/11/01 17:40:33 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -133,7 +133,7 @@ typedef struct { void initialize_options(Options *); void fill_default_options(Options *); int read_config_file(const char *, const char *, Options *, int); -int parse_forward(Forward *, const char *); +int parse_forward(Forward *, const char *, int); int process_config_line(Options *, const char *, char *, const char *, int, int *); |