]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/errmsg.h
ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / tools / genrb / errmsg.h
index dbb8c66ffebc9079b10252e37e1f545fff890c6a..190a61ebe179dfbd407517a08b20c63f5b3a1c24 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1998-1999, International Business Machines
+*   Copyright (C) 1998-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 #ifndef ERROR_H
 #define ERROR_H 1
 
-extern const char *gCurrentFileName;
+U_CDECL_BEGIN
 
-void error   (uint32_t linenumber, const char *msg, ...);
-void warning (uint32_t linenumber, const char *msg, ...);
+extern const char *gCurrentFileName;
 
+U_CFUNC void error(uint32_t linenumber, const char *msg, ...);
+U_CFUNC void warning(uint32_t linenumber, const char *msg, ...);
 
 /* Show warnings? */
 U_CFUNC void setShowWarning(UBool val);
@@ -35,4 +36,7 @@ U_CFUNC UBool isStrict(void);
 /* verbosity */
 U_CFUNC void setVerbose(UBool val);
 U_CFUNC UBool isVerbose(void);
+
+U_CDECL_END
+
 #endif