#ifndef ERROR_H
#define ERROR_H 1
+U_CDECL_BEGIN
+
extern const char *gCurrentFileName;
U_CFUNC void error(uint32_t linenumber, const char *msg, ...);
/* verbosity */
U_CFUNC void setVerbose(UBool val);
U_CFUNC UBool isVerbose(void);
+
+U_CDECL_END
+
#endif
/*
*******************************************************************************
*
-* Copyright (C) 2002-2010, International Business Machines
+* Copyright (C) 2002-2011, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
/* The version of genrb */
#define GENRB_VERSION "3.3"
+U_CDECL_BEGIN
+
+extern UBool gIncludeUnihanColl;
+
U_CAPI void processFile(
const char *filename,
const char* cp,
const char *packageName,
UErrorCode *status);
+U_CDECL_END
+
#endif