X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/layout/loengine.h?ds=inline diff --git a/icuSources/layout/loengine.h b/icuSources/layout/loengine.h index 722dd32d..7b882dd6 100644 --- a/icuSources/layout/loengine.h +++ b/icuSources/layout/loengine.h @@ -1,6 +1,6 @@ /* * - * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved * */ @@ -9,6 +9,7 @@ #include "LETypes.h" +#ifndef U_HIDE_INTERNAL_API /** * \file * \brief C API for complex text layout. @@ -219,5 +220,6 @@ le_getGlyphPosition(le_engine *engine, U_INTERNAL void U_EXPORT2 le_reset(le_engine *engine, LEErrorCode *success); +#endif /* U_HIDE_INTERNAL_API */ #endif