ICU-3389 Reduce the number of exported symbols

X-SVN-Rev: 14867
This commit is contained in:
George Rhoten 2004-04-05 21:22:20 +00:00
parent 2d46833dca
commit cce10a70c3
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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 */