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

8 lines
139 B
C

#ifndef PLSDNODE_DEFINED
#define PLSDNODE_DEFINED
struct lsdnode;
typedef struct lsdnode* PLSDNODE;
#endif /* PLSDNODE_DEFINED */