2020-09-30 16:53:55 +02:00

9 lines
172 B
C

#ifndef PLSFRUN_DEFINED
#define PLSFRUN_DEFINED
struct lsfrun;
typedef struct lsfrun* PLSFRUN;
typedef const struct lsfrun* PCLSFRUN;
#endif /* PLSRUN_DEFINED */