8 lines
120 B
C
8 lines
120 B
C
#ifndef PLNOBJ_DEFINED
|
|
#define PLNOBJ_DEFINED
|
|
|
|
struct lnobj;
|
|
typedef struct lnobj* PLNOBJ;
|
|
|
|
#endif /* PLNOBJ_DEFINED */
|