8 lines
126 B
C
8 lines
126 B
C
#ifndef PLSLINE_DEFINED
|
|
#define PLSLINE_DEFINED
|
|
|
|
struct lsline;
|
|
typedef struct lsline* PLSLINE;
|
|
|
|
#endif /* PLSLINE_DEFINED */
|