2025-04-27 07:49:33 -04:00

9 lines
197 B
C

#ifndef PLSQSINF_DEFINED
#define PLSQSINF_DEFINED
struct lsqsubinfo;
typedef struct lsqsubinfo* PLSQSUBINFO;
typedef const struct lsqsubinfo* PCLSQSUBINFO;
#endif /* !PLSQSINF_DEFINED */