]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ulist.h
ICU-62108.0.1.tar.gz
[apple/icu.git] / icuSources / common / ulist.h
index 4789247e318404b73237fa309a992e837146bf75..de58a4ad02c1786efef0a5411c5778f46a814704 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 ******************************************************************************
-*   Copyright (C) 2009, International Business Machines
+*   Copyright (C) 2009-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 ******************************************************************************
 */
@@ -22,6 +24,8 @@ U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBoo
 
 U_CAPI UBool U_EXPORT2 ulist_containsString(const UList *list, const char *data, int32_t length);
 
+U_CAPI UBool U_EXPORT2 ulist_removeString(UList *list, const char *data);
+
 U_CAPI void *U_EXPORT2 ulist_getNext(UList *list);
 
 U_CAPI int32_t U_EXPORT2 ulist_getListSize(const UList *list);