]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/parse.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / tools / genrb / parse.h
index 79ffd79c3d2e474f277216340f07c2c9023e9c3b..da5b345beb18d746420f4d51fc65b14869ce8c65 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1998-2003, International Business Machines
+*   Copyright (C) 1998-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -27,7 +27,7 @@ U_CDECL_BEGIN
 void initParser(UBool makeBinaryCollation);
 
 /* Parse a ResourceBundle text file */
-struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, UErrorCode *status);
+struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, UErrorCode *status);
 
 U_CDECL_END