Define logger(), cleans up source code and allows us to write log entries
[oweals/tinc.git] / src / conf.h
index 77ec5c97b74bf70c2fcea82594c2bafa4bc5e08b..64c87753cc1d8c9384e923512d1a1a8a9849ade7 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.6.4.35 2002/09/15 12:26:24 guus Exp $
+    $Id: conf.h,v 1.6.4.36 2003/07/06 22:11:31 guus Exp $
 */
 
 #ifndef __TINC_CONF_H__
@@ -40,7 +40,6 @@ typedef struct config_t {
 
 extern avl_tree_t *config_tree;
 
-extern int debug_lvl;
 extern int pingtimeout;
 extern int maxtimeout;
 extern int bypass_security;