1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/tools/toolutil/pkg_gencmn.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +/****************************************************************************** 1.5 + * Copyright (C) 2008, International Business Machines 1.6 + * Corporation and others. All Rights Reserved. 1.7 + ******************************************************************************* 1.8 + */ 1.9 + 1.10 +#ifndef __PKG_GENCMN_H__ 1.11 +#define __PKG_GENCMN_H__ 1.12 + 1.13 +#include "unicode/utypes.h" 1.14 + 1.15 +U_CAPI void U_EXPORT2 1.16 +createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, 1.17 + const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName); 1.18 + 1.19 +#endif