9 lines
166 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef PLSQIN_DEFINED
#define PLSQIN_DEFINED
struct lsqin;
typedef struct lsqin* PLSQIN;
typedef const struct lsqin* PCLSQIN;
#endif /* !PLSQIN_DEFINED */