9 lines
189 B
C
9 lines
189 B
C
|
#ifndef PLSQSINF_DEFINED
|
||
|
#define PLSQSINF_DEFINED
|
||
|
|
||
|
struct lsqsubinfo;
|
||
|
typedef struct lsqsubinfo* PLSQSUBINFO;
|
||
|
typedef const struct lsqsubinfo* PCLSQSUBINFO;
|
||
|
|
||
|
#endif /* !PLSQSINF_DEFINED */
|