/*
**********************************************************************
-* Copyright (C) 1998-2001, International Business Machines Corporation
+* Copyright (C) 1998-2004, International Business Machines Corporation
* and others. All Rights Reserved.
**********************************************************************
*
#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 */