update for HEAD-2003050101
[reactos.git] / lib / freetype / src / otlayout / otlbase.h
diff --git a/lib/freetype/src/otlayout/otlbase.h b/lib/freetype/src/otlayout/otlbase.h
new file mode 100644 (file)
index 0000000..563d300
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef __OTL_BASE_H__
+#define __OTL_BASE_H__
+
+#include "otlayout.h"
+
+OTL_BEGIN_HEADER
+
+  OTL_LOCAL( void )
+  otl_base_validate( OTL_Bytes      table,
+                     OTL_Validator  valid );
+
+OTL_END_HEADER
+
+#endif /* __OTL_BASE_H__ */