]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/extra/uconv/unicode/uwmsg.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / extra / uconv / unicode / uwmsg.h
index f660bb23194ce5f6e19cb9ce35edec6df507e10a..69a10356905c91fe3ec17a57e3e8f8096001d954 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (C) 2000, International Business Machines Corporation 
+* Copyright (C) 2000-2004, International Business Machines Corporation 
 * and others.  All Rights Reserved.
 **********************************************************************
 
@@ -18,12 +18,12 @@ and print it to stderr
 /* Set the path to wmsg's bundle.
    Caller owns storage.
 */
-U_CAPI UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err);
+U_CFUNC UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err);
 
 /* Format a message and print it's output to a given file stream */
-U_CAPI int u_wmsg(FILE *fp, const char *tag, ... );
+U_CFUNC int u_wmsg(FILE *fp, const char *tag, ... );
 
 /* format an error message */
-U_CAPI const UChar* u_wmsg_errorName(UErrorCode err);
+U_CFUNC const UChar* u_wmsg_errorName(UErrorCode err);
 
 #endif