scuffed-code/icu4c/source/common/ucln_cmn.h
George Rhoten e3be3468c0 ICU-770 More data cleanup
X-SVN-Rev: 5619
2001-08-30 02:59:19 +00:00

39 lines
1.0 KiB
C

/*
******************************************************************************
* *
* Copyright (C) 2001-2001, International Business Machines *
* Corporation and others. All Rights Reserved. *
* *
******************************************************************************
* file name: ucln_cmn.h
* encoding: US-ASCII
* tab size: 8 (not used)
* indentation:4
*
* created on: 2001July05
* created by: George Rhoten
*/
#ifndef __UCLN_CMN_H__
#define __UCLN_CMN_H__
#include "unicode/utypes.h"
/* These are the cleanup functions for various APIs. */
U_CFUNC UBool unorm_cleanup(void);
U_CFUNC UBool uloc_cleanup(void);
U_CFUNC UBool ustring_cleanup(void);
U_CFUNC UBool ucnv_cleanup(void);
U_CFUNC UBool ucnv_io_cleanup(void);
U_CFUNC UBool ures_cleanup(void);
U_CFUNC UBool udata_cleanup(void);
#endif