xref: /inferno-os/libfreetype/otlgpos.h (revision 37da2899f40661e3e9631e497da8dc59b971cbd0)
1 #ifndef __OTL_GPOS_H__
2 #define __OTL_GPOS_H__
3 
4 #include "otlayout.h"
5 
6 OTL_BEGIN_HEADER
7 
8   OTL_LOCAL( void )
9   otl_gpos_validate( OTL_Bytes      table,
10                      OTL_Validator  valid );
11 
12 OTL_END_HEADER
13 
14 #endif /* __OTL_GPOS_H__ */
15