X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=36a7bb8b8f963fadb45a2166868b79784887d0a0;hp=0d66313b9830a233b50866271b6edabbc2f8a88b;hb=61e71ab74ad9b5edb044b84ccf1111a33eb468cb;hpb=8caa1b9d750bb7467d1c3330780b05ac2bbf9883 diff --git a/src/conf.h b/src/conf.h index 0d66313b..36a7bb8b 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,6 +1,6 @@ /* conf.h -- header for conf.c - Copyright (C) 1998,99 Ivo Timmermans + Copyright (C) 1998,1999,2000 Ivo Timmermans This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,7 +40,8 @@ typedef enum which_t { tapdevice, allowconnect, pingtimeout, - keyexpire + keyexpire, + vpnmask } which_t; typedef struct config_t {