mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3405 retract U_STABLE from an API ... this API was not marked so the script got confused
X-SVN-Rev: 14911
This commit is contained in:
parent
3c981b5db7
commit
a11bcac7f5
1 changed files with 2 additions and 1 deletions
|
@ -97,8 +97,9 @@ U_DRAFT UCurrRegistryKey U_EXPORT2
|
|||
* @param key the registry key returned by a previous call to ucurr_register
|
||||
* @param status the in/out status code, no special meanings are assigned
|
||||
* @return TRUE if the currency for this key was successfully unregistered
|
||||
* @draft ICU 2.6
|
||||
*/
|
||||
U_STABLE UBool U_EXPORT2
|
||||
U_DRAFT UBool U_EXPORT2
|
||||
ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue