X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/c33ba17eb7bdd9ddb13694d916b7bcbad24fc570..db49deebf5c6c6fc96d57a3f4a8616b8c88625cd:/servconf.h diff --git a/servconf.h b/servconf.h index 8a5b950e..81a68be8 100644 --- a/servconf.h +++ b/servconf.h @@ -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 @@ -141,6 +141,8 @@ typedef struct { int permit_tun; int num_permitted_opens; + + char *chroot_directory; } ServerOptions; void initialize_server_options(ServerOptions *);