8 lines
127 B
C
8 lines
127 B
C
#ifndef PLSQOUT_DEFINED
|
|
#define PLSQOUT_DEFINED
|
|
|
|
struct lsqout;
|
|
typedef struct lsqout* PLSQOUT;
|
|
|
|
#endif /* !PLSQOUT_DEFINED */
|