8 lines
121 B
C
8 lines
121 B
C
#ifndef PLSPAP_DEFINED
|
|
#define PLSPAP_DEFINED
|
|
|
|
struct lspap;
|
|
typedef struct lspap* PLSPAP;
|
|
|
|
#endif /* !PLSPAP_DEFINED */
|