1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3/******************************************************************************
4 *   Copyright (C) 2008, International Business Machines
5 *   Corporation and others.  All Rights Reserved.
6 *******************************************************************************
7 */
8
9#ifndef __PKG_GENCMN_H__
10#define __PKG_GENCMN_H__
11
12#include "unicode/utypes.h"
13
14U_CAPI void U_EXPORT2
15createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
16                     const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
17
18#endif
19