/********************************************************************
- * Copyright (c) 1997-2009 International Business Machines
+ * Copyright (c) 1997-2013 International Business Machines
* Corporation and others. All Rights Reserved.
********************************************************************/
/********************************************************************************
* Test getKeywordValuesForLocale API
*/
static void TestGetKeywordValuesForLocale(void);
+
+ /**
+ * test strcoll with null arg
+ */
+ static void TestStrcollNull(void);
+
#endif /* #if !UCONFIG_NO_COLLATION */
#endif