X-Git-Url: http://git.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;fp=uci.h;h=eea730378dd97c900b52b9f971ee5b4955f2933e;hp=6a72b6a0f9eadc0b2061589041fec502ea9f364e;hb=2eb9c097e392859ef3d818b2e15d6926f2080e6c;hpb=df72af474075159ab79ed190d2109eb2d86709bf diff --git a/uci.h b/uci.h index 6a72b6a..eea7303 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 */ + UCI_FLAG_EXPORT_NAME = (1 << 2), /* when exporting, name unnamed sections [unused] */ UCI_FLAG_SAVED_DELTA = (1 << 3), /* store the saved delta in memory as well */ };