]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/loengine.h
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / layout / loengine.h
index 722dd32d844d19adf719abe119c3e5feea48ccb9..7b882dd69092b8cbfb81b5f23b929b5b1639daa0 100644 (file)
@@ -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