9 lines
158 B
C
9 lines
158 B
C
|
#ifndef PLSQIN_DEFINED
|
||
|
#define PLSQIN_DEFINED
|
||
|
|
||
|
struct lsqin;
|
||
|
typedef struct lsqin* PLSQIN;
|
||
|
typedef const struct lsqin* PCLSQIN;
|
||
|
|
||
|
#endif /* !PLSQIN_DEFINED */
|