From f69552b1f85f08e1ae3651f2bc1810aa2f5c1af7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 5 Sep 2011 06:58:55 +0200 Subject: constify --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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 -- cgit v1.2.1