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

9 lines
182 B
C

#ifndef PLOCCHNK_DEFINED
#define PLOCCHNK_DEFINED
struct locchnk;
typedef const struct locchnk* PCLOCCHNK;
typedef struct locchnk* PLOCCHNK;
#endif /* !PLSLOCCH_DEFINED */