summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-07 09:18:54 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-07 09:18:54 +0200
commit3fa53680c85a6e029a3e7b4d673bffee4795fa52 (patch)
treee39243596c98b9f03177b6b518ec4276edd05de8 /config.h
parent3492219e211678c56b48d3f544cb0c0da9d606a0 (diff)
downloadnetifd-3fa53680c85a6e029a3e7b4d673bffee4795fa52.tar.gz
move more stuff out of netifd.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 22a562f..5623a40 100644
--- a/config.h
+++ b/config.h
@@ -3,6 +3,8 @@
#include <libubox/blobmsg.h>
+extern bool config_init;
+
enum config_param_type {
CONFIG_PARAM_TYPE_SIMPLE,
CONFIG_PARAM_TYPE_LIST,
@@ -28,7 +30,7 @@ struct config_state {
unsigned int version;
};
+void config_init_interfaces(const char *name);
void config_set_state(struct config_state *state, const struct blob_attr *attr);
-
#endif