diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 06:58:55 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 06:58:55 +0200 |
commit | f69552b1f85f08e1ae3651f2bc1810aa2f5c1af7 (patch) | |
tree | 657c1fcd6fbc8fee4d41e9b784d20706df869e69 /config.h | |
parent | df13b3ade3f366446033214b3a85228005c014ea (diff) |
constify
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |