xref: /inferno-os/libfreetype/otlgdef.h (revision 37da2899f40661e3e9631e497da8dc59b971cbd0)
1 #ifndef __OTL_GDEF_H__
2 #define __OTL_GDEF_H__
3 
4 #include "otltable.h"
5 
6 OTL_BEGIN_HEADER
7 
8   OTL_API( void )
9   otl_gdef_validate( OTL_Bytes  table,
10                      OTL_Valid  valid );
11 
12 OTL_END_HEADER
13 
14 #endif /* __OTL_GDEF_H__ */
15