Moving files, first attempt at gcrypt compatibility, more interface
[tinc] / src / pokey / conf.h
similarity index 96%
rename from src/conf.h
rename to src/pokey/conf.h
index 95e5b76..cb1247b 100644 (file)
@@ -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;