rename config_init_interfaces to config_init_all
[project/netifd.git] / netifd.h
index 8330aff47eb1044b1f0541164f98b6817479bf0b..2167d6f91c556d0c56aa1c3169dafe82944c1d7c 100644 (file)
--- a/netifd.h
+++ b/netifd.h
@@ -27,6 +27,14 @@ extern const char *resolv_conf;
 extern char *hotplug_cmd_path;
 extern unsigned int debug_mask;
 
+enum {
+       L_CRIT,
+       L_WARNING,
+       L_NOTICE,
+       L_INFO,
+       L_DEBUG
+};
+
 enum {
        DEBUG_SYSTEM    = 0,
        DEBUG_DEVICE    = 1,