summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-10 13:23:06 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-06-10 13:23:12 +0200
commitbac6f28ce1d9abc381c2f85c32bcd37c33cd00c8 (patch)
treef445f21c76b30a09b0cf7a62ec1ab586d7472d02 /config.h
parentf8cf10f2623cbda18e429cc122952859d3e323a5 (diff)
downloadnetifd-bac6f28ce1d9abc381c2f85c32bcd37c33cd00c8.tar.gz
config: replace config_memdup with blob_memdup from libubox
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index c5e4200..975ba24 100644
--- a/config.h
+++ b/config.h
@@ -58,6 +58,4 @@ bool config_check_equal(struct blob_attr *c1, struct blob_attr *c2,
bool config_diff(struct blob_attr **tb1, struct blob_attr **tb2,
const struct config_param_list *config, unsigned long *diff);
-struct blob_attr *config_memdup(struct blob_attr *attr);
-
#endif