Import release 0.1.5
[secnet] / util.h
diff --git a/util.h b/util.h
index a43cb08..0c661a8 100644 (file)
--- a/util.h
+++ b/util.h
@@ -7,14 +7,12 @@
 #ifndef util_h
 #define util_h
 
-#include <stdlib.h>
-#include <stdint.h>
 #include "secnet.h"
-#include "config.h"
 #include <gmp.h>
 
 extern uint32_t message_level;
-extern uint32_t syslog_level;
+extern bool_t secnet_is_daemon;
+extern struct log_if *system_log;
 
 #define BUF_ASSERT_FREE(buf) do { buffer_assert_free((buf), \
                                                     __FILE__,__LINE__); } \