X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=e921269872a114f43611907bbea44983aba0bb51;hp=574a3849f44ea828e4fcc7021bbf5a35e8303994;hb=333ef9e09be5ac9c191625cca4efcebdbfc22073;hpb=1085fcb801f6e716b41d4c80942c7c802b5270b3 diff --git a/uci.h b/uci.h index 574a384..e921269 100644 --- a/uci.h +++ b/uci.h @@ -237,8 +237,9 @@ enum uci_type { }; enum uci_flags { - UCI_FLAG_STRICT = (1 << 0), /* strict mode for the parser */ - UCI_FLAG_PERROR = (1 << 1), /* print error messages to stderr */ + 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 */ }; struct uci_element