X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..d5d484b0fbe924d3663b177965538d517ee412c1:/icuSources/tools/genrb/reslist.h diff --git a/icuSources/tools/genrb/reslist.h b/icuSources/tools/genrb/reslist.h index 34e35fd2..2d6a3783 100644 --- a/icuSources/tools/genrb/reslist.h +++ b/icuSources/tools/genrb/reslist.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2000-2003, International Business Machines +* Copyright (C) 2000-2006, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -41,6 +41,7 @@ struct SRBRoot { int32_t fCount; struct SResource *fRoot; int32_t fMaxTableLength; + UBool noFallback; /* see URES_ATT_NO_FALLBACK */ }; struct SRBRoot *bundle_open(const struct UString* comment, UErrorCode *status); @@ -84,7 +85,7 @@ struct SResArray { struct SResource *fLast; }; -struct SResource* array_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status); +struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); void array_close(struct SResource *array, UErrorCode *status); void array_add(struct SResource *array, struct SResource *res, UErrorCode *status);