X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=c5583ed0f798a081e964ba120760c59d179b36e2;hp=eea730378dd97c900b52b9f971ee5b4955f2933e;hb=c203c2f9009a322e5e774ff8cd32bac2fa3b7961;hpb=0a1a2fcaf96169bfebca6151fcc6c73bac05f1c7 diff --git a/uci.h b/uci.h index eea7303..c5583ed 100644 --- a/uci.h +++ b/uci.h @@ -370,7 +370,7 @@ enum uci_option_type { enum uci_flags { UCI_FLAG_STRICT = (1 << 0), /* strict mode for the parser */ UCI_FLAG_PERROR = (1 << 1), /* print parser error messages */ - UCI_FLAG_EXPORT_NAME = (1 << 2), /* when exporting, name unnamed sections [unused] */ + UCI_FLAG_EXPORT_NAME = (1 << 2), /* when exporting, name unnamed sections */ UCI_FLAG_SAVED_DELTA = (1 << 3), /* store the saved delta in memory as well */ }; @@ -435,7 +435,6 @@ struct uci_package struct uci_backend *backend; void *priv; int n_section; - int name_index; struct uci_list delta; struct uci_list saved_delta; };