X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=config.h;h=c4953c6ddc82abe0b307be29ef3f46a10a015c7b;hp=6dfb236186b47c64d1a56bf62477c13d6ab082b4;hb=8625bb7339d437ac3b827fa5c8dcc7b69bcf1e1b;hpb=14fae227e03e69df2bf8af4c1490929459727ca8 diff --git a/config.h b/config.h index 6dfb236..c4953c6 100644 --- a/config.h +++ b/config.h @@ -45,4 +45,6 @@ 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