X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/samples/cal/uprint.h diff --git a/icuSources/samples/cal/uprint.h b/icuSources/samples/cal/uprint.h index d70aa372..16ffb47c 100644 --- a/icuSources/samples/cal/uprint.h +++ b/icuSources/samples/cal/uprint.h @@ -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 */