michael@0: /****************************************************************************** michael@0: * Copyright (C) 2008, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: ******************************************************************************* michael@0: */ michael@0: michael@0: #ifndef __PKG_GENCMN_H__ michael@0: #define __PKG_GENCMN_H__ michael@0: michael@0: #include "unicode/utypes.h" michael@0: michael@0: U_CAPI void U_EXPORT2 michael@0: createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, michael@0: const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName); michael@0: michael@0: #endif