X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=ac85105443a0b5fac31c23baca7bd6dfd17f4e24;hp=44f947f615267a6d1dd65fb33909582102cbb16c;hb=5faea6dcdf54d0ac085298b87c0799551bdcfdbd;hpb=0731533959779889ceff15f068c31031bc77f003 diff --git a/uci.h b/uci.h index 44f947f..ac85105 100644 --- a/uci.h +++ b/uci.h @@ -341,7 +341,7 @@ struct uci_package struct uci_element e; struct uci_list sections; struct uci_context *ctx; - bool confdir; + bool has_history; char *path; /* private: */ @@ -402,9 +402,6 @@ struct uci_history * @_type: config, section or option * @_ptr: pointer to the uci_list struct */ -#define element_to(type, ptr) \ - container_of(ptr, struct uci_ ## type, e) - #define list_to_element(ptr) \ container_of(ptr, struct uci_element, list)