]> andersk Git - openssh.git/blobdiff - servconf.h
- djm@cvs.openbsd.org 2008/02/08 23:24:07
[openssh.git] / servconf.h
index 8a5b950ea071958f34f3d53ea326b8f5a415f720..81a68be89ac0b274c69243077352df056cc3439c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.80 2007/02/19 10:45:58 dtucker Exp $ */
+/* $OpenBSD: servconf.h,v 1.81 2008/02/08 23:24:08 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -141,6 +141,8 @@ typedef struct {
        int     permit_tun;
 
        int     num_permitted_opens;
+
+       char   *chroot_directory;
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.502377 seconds and 4 git commands to generate.