summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/servconf.h b/servconf.h
index 671050e4c..a74716e6f 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.74 2006/07/06 10:47:05 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.75 2006/07/12 11:34:58 dtucker Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -142,8 +142,13 @@ typedef struct {
142 142
143void initialize_server_options(ServerOptions *); 143void initialize_server_options(ServerOptions *);
144void fill_default_server_options(ServerOptions *); 144void fill_default_server_options(ServerOptions *);
145int process_server_config_line(ServerOptions *, char *, const char *, int); 145int process_server_config_line(ServerOptions *, char *, const char *, int,
146 int *, const char *, const char *, const char *);
146void load_server_config(const char *, Buffer *); 147void load_server_config(const char *, Buffer *);
147void parse_server_config(ServerOptions *, const char *, Buffer *); 148void parse_server_config(ServerOptions *, const char *, Buffer *,
149 const char *, const char *, const char *);
150void parse_server_match_config(ServerOptions *, const char *, const char *,
151 const char *);
152void copy_set_server_options(ServerOptions *, ServerOptions *);
148 153
149#endif /* SERVCONF_H */ 154#endif /* SERVCONF_H */