]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/reslist.h
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / reslist.h
index 34e35fd27c4612cf478cdbb7c8d43e8bd362f409..2d6a3783df66feac295312fffb3dbe9c4c2226cd 100644 (file)
@@ -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);