X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=a63821c49cd30ec1e23b85a0744565a7eb4d944d;hp=ca3c27e12a73e162e24a289b1135df380ea03c33;hb=296171d115614d61480d896cd77898f5393c191d;hpb=b6997b0050e78a2f2e517beba3ff01d9232b3d1f diff --git a/src/conf.h b/src/conf.h index ca3c27e1..a63821c4 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.4.7 2000/08/07 16:27:27 guus Exp $ + $Id: conf.h,v 1.6.4.9 2000/09/14 14:34:38 zarq Exp $ */ #ifndef __TINC_CONF_H__ @@ -50,6 +50,9 @@ typedef enum which_t { resolve_dns, indirectdata, tcponly, + interface, + interfaceip, + tincname, } which_t; typedef struct config_t {