]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/date/uprint.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / samples / date / uprint.h
index d70aa3720d3f6bfc98800e8b78e7bcb1c41c80df..16ffb47c115c19a5b9f5445f18a54345d9e5bae2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (C) 1998-2001, International Business Machines Corporation
+* Copyright (C) 1998-2004, International Business Machines Corporation
 * and others.  All Rights Reserved.
 **********************************************************************
 *
@@ -21,6 +21,6 @@
 #include "unicode/utypes.h"
 
 /* Print a ustring to the specified FILE* in the default codepage */
-U_CAPI void uprint(const UChar *s, FILE *f, UErrorCode *status);
+U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
 
 #endif /* ! UPRINT_H */