X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/51004dcb01e06fef634b61be77ed73dd61cb6db9..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/common/ucln.h diff --git a/icuSources/common/ucln.h b/icuSources/common/ucln.h index 2a83d946..fe6666ef 100644 --- a/icuSources/common/ucln.h +++ b/icuSources/common/ucln.h @@ -1,12 +1,14 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ****************************************************************************** * -* Copyright (C) 2001-2012, International Business Machines +* Copyright (C) 2001-2013, International Business Machines * Corporation and others. All Rights Reserved. * ****************************************************************************** * file name: ucln.h -* encoding: US-ASCII +* encoding: UTF-8 * tab size: 8 (not used) * indentation:4 * @@ -86,7 +88,4 @@ U_CAPI void U_EXPORT2 ucln_registerCleanup(ECleanupLibraryType type, */ U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType type); -/* ucln_cmn.c variables shared with uinit.c */ -U_CFUNC UBool ucln_mutexedInit(initFunc *func, UErrorCode *status); - #endif