diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-03 01:56:37 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-03 01:56:37 +0200 |
commit | f6b38cb7c9ad0e7feba7cb7d2a1678af5e032000 (patch) | |
tree | bdd8833e10c25ebfc7d017e12d505619aac3ff6a /config.h | |
parent | 39f5ec857a31fe65e14cdf9b75927297e78015bb (diff) |
more changes for config reload handling
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |