2025-04-27 07:49:33 -04:00

9 lines
162 B
C

#ifndef PLSCHCON_DEFINED
#define PLSCHCON_DEFINED
struct lschunkcontext;
typedef struct lschunkcontext* PLSCHUNKCONTEXT;
#endif /* PLSCHCON_DEFINED */