mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue