9 lines
151 B
C
9 lines
151 B
C
#ifndef PLSIOCON_DEFINED
|
|
#define PLSIOCON_DEFINED
|
|
|
|
struct lsiobjcontext;
|
|
typedef struct lsiobjcontext* PLSIOBJCONTEXT;
|
|
|
|
#endif /* PLSIOCON_DEFINED */
|
|
|