9 lines
164 B
C
9 lines
164 B
C
|
#ifndef PLSFRUN_DEFINED
|
||
|
#define PLSFRUN_DEFINED
|
||
|
|
||
|
struct lsfrun;
|
||
|
typedef struct lsfrun* PLSFRUN;
|
||
|
typedef const struct lsfrun* PCLSFRUN;
|
||
|
|
||
|
#endif /* PLSRUN_DEFINED */
|