X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=968a12a474fcff94612b10840dceec5ac908337f;hp=de3d583c0d31f7b329fc576e1774628dbf376310;hb=33c3a25a66251606cbf20d3bd5b392d8837116e3;hpb=f826301889e1fa1a22770919f0385c3ca04c740a diff --git a/src/conf.h b/src/conf.h index de3d583c..968a12a4 100644 --- a/src/conf.h +++ b/src/conf.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.h,v 1.6 2000/05/30 11:18:12 zarq Exp $ + $Id: conf.h,v 1.6.4.1 2000/06/17 20:55:54 zarq Exp $ */ #ifndef __TINC_CONF_H__ @@ -45,7 +45,8 @@ typedef enum which_t { pingtimeout, keyexpire, vpnmask, - resolve_dns + resolve_dns, + indirectdata } which_t; typedef struct config_t {