Index: source/tools/genrb/parse.h |
diff --git a/source/tools/genrb/parse.h b/source/tools/genrb/parse.h |
index 5d39970b7ccf2eda139a625e72c384b2aea19e7c..c9ac5521e1bf9005d5bb55708451fdfdc3ad2b26 100644 |
--- a/source/tools/genrb/parse.h |
+++ b/source/tools/genrb/parse.h |
@@ -1,7 +1,7 @@ |
/* |
******************************************************************************* |
* |
-* Copyright (C) 1998-2011, International Business Machines |
+* Copyright (C) 1998-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
* |
******************************************************************************* |
@@ -24,11 +24,12 @@ |
U_CDECL_BEGIN |
/* One time parser initalisation */ |
-void initParser(UBool omitCollationRules); |
+void initParser(); |
/* Parse a ResourceBundle text file */ |
struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, |
- UBool omitBinaryCollation, UErrorCode *status); |
+ const char *filename, |
+ UBool makeBinaryCollation, UBool omitCollationRules, UErrorCode *status); |
U_CDECL_END |