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