/*
*******************************************************************************
*
-* Copyright (C) 1998-2011, International Business Machines
+* Copyright (C) 1998-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
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