]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layoutex/layout/plruns.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / layoutex / layout / plruns.h
index 99f9fb50999827cc20c8903ba15f3f7b9c717b2e..2e48d4dcab8759479d6c9ae440611ffc41f0d289 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp. 1998-2008 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved
  *
  */
 
@@ -8,6 +8,9 @@
 #define __PLRUNS_H
 
 #include "unicode/utypes.h"
+
+#ifndef U_HIDE_INTERNAL_API
+
 #include "unicode/ubidi.h"
 #include "layout/LETypes.h"
 
@@ -434,4 +437,5 @@ pl_addLocaleRun(pl_localeRuns *localeRuns,
                 const char *locale,
                 le_int32 limit);
 
+#endif  /* U_HIDE_INTERNAL_API */
 #endif