update for HEAD-2003050101
[reactos.git] / lib / freetype / src / otlayout / otlgdef.h
diff --git a/lib/freetype/src/otlayout/otlgdef.h b/lib/freetype/src/otlayout/otlgdef.h
new file mode 100644 (file)
index 0000000..5046cc4
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef __OTL_GDEF_H__
+#define __OTL_GDEF_H__
+
+#include "otltable.h"
+
+OTL_BEGIN_HEADER
+
+  OTL_API( void )
+  otl_gdef_validate( OTL_Bytes  table,
+                     OTL_Valid  valid );
+
+OTL_END_HEADER
+
+#endif /* __OTL_GDEF_H__ */