aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/freetype2/src/otlayout/otlgdef.h
blob: 5046cc4364ea956cc57a65325378ef86dc489ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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__ */