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