From a11bcac7f53006d49700c4347a379066c642e86d Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Thu, 8 Apr 2004 23:31:09 +0000 Subject: [PATCH] ICU-3405 retract U_STABLE from an API ... this API was not marked so the script got confused X-SVN-Rev: 14911 --- icu4c/source/i18n/unicode/ucurr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/ucurr.h b/icu4c/source/i18n/unicode/ucurr.h index 44336cddc6b..6dd0d32095f 100644 --- a/icu4c/source/i18n/unicode/ucurr.h +++ b/icu4c/source/i18n/unicode/ucurr.h @@ -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); /**