summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h
index ad496f64b..8a5b950ea 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.79 2006/08/14 12:40:25 dtucker Exp $ */ 1/* $OpenBSD: servconf.h,v 1.80 2007/02/19 10:45:58 dtucker Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -152,6 +152,6 @@ void parse_server_config(ServerOptions *, const char *, Buffer *,
152 const char *, const char *, const char *); 152 const char *, const char *, const char *);
153void parse_server_match_config(ServerOptions *, const char *, const char *, 153void parse_server_match_config(ServerOptions *, const char *, const char *,
154 const char *); 154 const char *);
155void copy_set_server_options(ServerOptions *, ServerOptions *); 155void copy_set_server_options(ServerOptions *, ServerOptions *, int);
156 156
157#endif /* SERVCONF_H */ 157#endif /* SERVCONF_H */