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

8 lines
127 B
C

#ifndef PLSRUN_DEFINED
#define PLSRUN_DEFINED
struct lsrun;
typedef struct lsrun* PLSRUN;
#endif /* PLSRUN_DEFINED */