ICU-1211 Fix for HP/UX

X-SVN-Rev: 6238
This commit is contained in:
George Rhoten 2001-10-15 18:05:27 +00:00
parent fc1afdb78c
commit 3e4112d22f

View File

@ -39,6 +39,6 @@ void error (uint32_t linenumber, const char *msg, ...);
void warning (uint32_t linenumber, const char *msg, ...);
/* Show warnings? */
void setShowWarning(UBool val);
U_CFUNC void setShowWarning(UBool val);
#endif