]> andersk Git - openssh.git/blobdiff - readconf.h
- djm@cvs.openbsd.org 2004/06/13 15:03:02
[openssh.git] / readconf.h
index 6680559433f0f4a9a99141ae91f057a6126b4ea0..5e504bece7ffc75d9b309dc56693ad0137a0f3ce 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: readconf.h,v 1.62 2004/04/27 09:46:37 djm Exp $       */
+/*     $OpenBSD: readconf.h,v 1.63 2004/06/13 15:03:02 djm Exp $       */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -108,6 +108,9 @@ typedef struct {
 
        int     num_send_env;
        char   *send_env[MAX_SEND_ENV];
+
+       char    *control_path;
+       int     control_master;
 }       Options;
 
 
This page took 0.046247 seconds and 4 git commands to generate.