/*
*******************************************************************************
*
-* Copyright (C) 2000-2003, International Business Machines
+* Copyright (C) 2000-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
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);
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);