ICU-1953 Public C API have U_CAPI return-type U_EXPORT2
X-SVN-Rev: 8982
This commit is contained in:
parent
2144eab40a
commit
8898311b26
@ -626,7 +626,7 @@ ucol_setVariableTop(UCollator *coll,
|
||||
* @see ucol_restoreVariableTop
|
||||
* @draft ICU 2.0
|
||||
*/
|
||||
U_CAPI uint32_t ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
|
||||
U_CAPI uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
|
||||
|
||||
/**
|
||||
* Sets the variable top to a collation element value supplied. Variable top is
|
||||
|
Loading…
Reference in New Issue
Block a user