summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/readconf.h b/readconf.h
index ca4a042ad..cde8b5242 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.96 2013/08/20 00:11:38 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.97 2013/10/14 22:22:03 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -159,12 +159,12 @@ typedef struct {
159 159
160void initialize_options(Options *); 160void initialize_options(Options *);
161void fill_default_options(Options *); 161void fill_default_options(Options *);
162int read_config_file(const char *, const char *, Options *, int); 162int process_config_line(Options *, struct passwd *, const char *, char *,
163 const char *, int, int *, int);
164int read_config_file(const char *, struct passwd *, const char *,
165 Options *, int);
163int parse_forward(Forward *, const char *, int, int); 166int parse_forward(Forward *, const char *, int, int);
164 167int default_ssh_port(void);
165int
166process_config_line(Options *, const char *, char *, const char *, int, int *,
167 int);
168 168
169void add_local_forward(Options *, const Forward *); 169void add_local_forward(Options *, const Forward *);
170void add_remote_forward(Options *, const Forward *); 170void add_remote_forward(Options *, const Forward *);