From cfa64b7c291341141f077b350029ef94de773333 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 27 Sep 2002 00:28:23 +0000 Subject: [PATCH] ICU-2330 fix for HP (declare all functions for HP/UX) X-SVN-Rev: 9926 --- icu4c/source/test/cintltst/cintltst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/cintltst/cintltst.h b/icu4c/source/test/cintltst/cintltst.h index 0deccd8c72a..952a8695aa1 100644 --- a/icu4c/source/test/cintltst/cintltst.h +++ b/icu4c/source/test/cintltst/cintltst.h @@ -42,7 +42,7 @@ U_CFUNC const char* ctest_dataOutDir(void); */ U_CFUNC void ctest_pathnameInContext(char* fullname, int32_t maxsize, const char* relPath ) ; -UChar* CharsToUChars(const char* chars); +U_CFUNC UChar* CharsToUChars(const char* chars); /** * Convert a const UChar* into a char*