2025-04-27 07:49:33 -04: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 */