+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
*
-* Copyright (C) 2002-2005, International Business Machines
+* Copyright (C) 2002-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
*
* File genrb.h
-*
-* Modification History:
-*******************************************************************************
*/
#ifndef GENRB_H
#include "errmsg.h"
#include "parse.h"
#include "rbutil.h"
-#include "reslist.h"
-
#include "toolutil.h"
#include "uoptions.h"
#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