summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 25a3f1b21..c9b8619cd 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.89 2010/01/09 23:04:13 dtucker Exp $ */ 1/* $OpenBSD: servconf.h,v 1.90 2010/01/13 03:48:13 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -164,5 +164,6 @@ void parse_server_match_config(ServerOptions *, const char *, const char *,
164 const char *); 164 const char *);
165void copy_set_server_options(ServerOptions *, ServerOptions *, int); 165void copy_set_server_options(ServerOptions *, ServerOptions *, int);
166void dump_config(ServerOptions *); 166void dump_config(ServerOptions *);
167char *derelativise_path(const char *);
167 168
168#endif /* SERVCONF_H */ 169#endif /* SERVCONF_H */