]> andersk Git - openssh.git/blobdiff - servconf.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / servconf.h
index 19c7ae609490a0e122feb610b217adf82fea5550..c9b8619cd13dc09161603dd81731f5b355f0cbb3 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.88 2009/10/28 16:38:18 reyk Exp $ */
+/* $OpenBSD: servconf.h,v 1.90 2010/01/13 03:48:13 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -150,8 +150,6 @@ typedef struct {
 
        int     num_permitted_opens;
 
-       int     rdomain;
-
        char   *chroot_directory;
 }       ServerOptions;
 
@@ -166,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 */
This page took 0.079187 seconds and 4 git commands to generate.