8 lines
132 B
C
8 lines
132 B
C
#ifndef PLSDNODE_DEFINED
|
|
#define PLSDNODE_DEFINED
|
|
|
|
struct lsdnode;
|
|
typedef struct lsdnode* PLSDNODE;
|
|
|
|
#endif /* PLSDNODE_DEFINED */
|