]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/genrb.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / genrb.h
index 4423ce727e58864e78c5f6396faa1933bb105cab..9a190f28d37f928998f5fcbf77da922b5c780a94 100644 (file)
@@ -1,15 +1,12 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2002-2010, International Business Machines
+*   Copyright (C) 2002-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *
 * File genrb.h
-*
-* Modification History:
-*******************************************************************************
 */
 
 #ifndef GENRB_H
@@ -27,8 +24,6 @@
 #include "errmsg.h"
 #include "parse.h"
 #include "rbutil.h"
-#include "reslist.h"
-
 
 #include "toolutil.h"
 #include "uoptions.h"
@@ -37,7 +32,9 @@
 #include "unicode/uloc.h"
 
 /* The version of genrb */
-#define GENRB_VERSION "3.3"
+#define GENRB_VERSION "56"
+
+U_CDECL_BEGIN
 
 U_CAPI void processFile(
     const char *filename,
@@ -45,6 +42,9 @@ U_CAPI void processFile(
     const char *inputDir,
     const char *outputDir,
     const char *packageName,
+    UBool omitBinaryCollation,
     UErrorCode *status);
 
+U_CDECL_END
+
 #endif