X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/16d64584d67d5f72f2182497a7e45825bb05ab89..d83115683b69af0bc68f101f7494d052b7dd6a44:/servconf.h diff --git a/servconf.h b/servconf.h index 25a3f1b2..c9b8619c 100644 --- a/servconf.h +++ b/servconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.89 2010/01/09 23:04:13 dtucker Exp $ */ +/* $OpenBSD: servconf.h,v 1.90 2010/01/13 03:48:13 djm Exp $ */ /* * Author: Tatu Ylonen @@ -164,5 +164,6 @@ void parse_server_match_config(ServerOptions *, const char *, const char *, const char *); void copy_set_server_options(ServerOptions *, ServerOptions *, int); void dump_config(ServerOptions *); +char *derelativise_path(const char *); #endif /* SERVCONF_H */