X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/tools/genrb/genrb.h diff --git a/icuSources/tools/genrb/genrb.h b/icuSources/tools/genrb/genrb.h index 6494d1af..9a190f28 100644 --- a/icuSources/tools/genrb/genrb.h +++ b/icuSources/tools/genrb/genrb.h @@ -1,15 +1,12 @@ /* ******************************************************************************* * -* Copyright (C) 2002-2004, International Business Machines +* Copyright (C) 2002-2015, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * * File genrb.h -* -* Modification History: -******************************************************************************* */ #ifndef GENRB_H @@ -26,9 +23,7 @@ #include "ucbuf.h" #include "errmsg.h" #include "parse.h" -#include "util.h" -#include "reslist.h" - +#include "rbutil.h" #include "toolutil.h" #include "uoptions.h" @@ -37,7 +32,19 @@ #include "unicode/uloc.h" /* The version of genrb */ -#define GENRB_VERSION "3.3" +#define GENRB_VERSION "56" -#endif +U_CDECL_BEGIN +U_CAPI void processFile( + const char *filename, + const char* cp, + const char *inputDir, + const char *outputDir, + const char *packageName, + UBool omitBinaryCollation, + UErrorCode *status); + +U_CDECL_END + +#endif