summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-05 06:58:55 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-05 06:58:55 +0200
commitf69552b1f85f08e1ae3651f2bc1810aa2f5c1af7 (patch)
tree657c1fcd6fbc8fee4d41e9b784d20706df869e69 /config.h
parentdf13b3ade3f366446033214b3a85228005c014ea (diff)
downloadnetifd-f69552b1f85f08e1ae3651f2bc1810aa2f5c1af7.tar.gz
constify
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 49a81e4..22a562f 100644
--- a/config.h
+++ b/config.h
@@ -28,7 +28,7 @@ struct config_state {
unsigned int version;
};
-void config_set_state(struct config_state *state, struct blob_attr *attr);
+void config_set_state(struct config_state *state, const struct blob_attr *attr);
#endif