ICU-2962 Fix for z/OS

X-SVN-Rev: 14087
This commit is contained in:
George Rhoten 2003-12-10 23:24:05 +00:00
parent f3b7f5ad79
commit 6b4bf4a5bd

View File

@ -25,6 +25,9 @@
#include "unicode/utypes.h"
/* forward declaration */
U_CDECL_BEGIN
struct UDataSwapper;
typedef struct UDataSwapper UDataSwapper;
@ -188,6 +191,8 @@ struct UDataSwapper {
void *printErrorContext;
};
U_CDECL_END
U_CAPI UDataSwapper * U_EXPORT2
udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset,
UBool outIsBigEndian, uint8_t outCharset,