X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fpokey%2Fconf.h;fp=src%2Fconf.h;h=cb1247b041c7bf7718a7f34cfaffac601da2a89e;hp=95e5b764e544769dfa7087c79087370aa3387282;hb=04d33be4bd102de67bb6dba5c449e12fea0db4d2;hpb=b0a676988a8da3120e64ef0e1a4ea4c28b1511e1 diff --git a/src/conf.h b/src/pokey/conf.h similarity index 96% rename from src/conf.h rename to src/pokey/conf.h index 95e5b764..cb1247b0 100644 --- a/src/conf.h +++ b/src/pokey/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.9 2002/04/13 10:04:46 zarq Exp $ + $Id: conf.h,v 1.1 2002/04/28 12:46:26 zarq Exp $ */ #ifndef __TINC_CONF_H__ @@ -40,6 +40,7 @@ typedef struct config_t { extern avl_tree_t *config_tree; +extern int debug_lvl; extern int pingtimeout; extern int maxtimeout; extern int bypass_security;