]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/flagparser.h
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / flagparser.h
index 64056ed7a7997853440a67588b77f04757af1e84..32a51e3d2acbd82c0c41c8638195ab0964fd868e 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2009-2010, International Business Machines
+*   Copyright (C) 2009-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -25,6 +25,6 @@
 #include "unicode/utypes.h"
 
 U_CAPI int32_t U_EXPORT2
 #include "unicode/utypes.h"
 
 U_CAPI int32_t U_EXPORT2
-parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, int32_t numOfFlags, UErrorCode *status);
+parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status);
 
 #endif
 
 #endif