9 lines
174 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef PLSHYPH_DEFINED
#define PLSHYPH_DEFINED
struct lshyph;
typedef struct lshyph* PLSHYPH;
typedef const struct lshyph* PCLSHYPH;
#endif /* !PLSHYPH_DEFINED */