10 lines
141 B
C
10 lines
141 B
C
#ifndef PLSSTINFO_DEFINED
|
|
#define PLSSTINFO_DEFINED
|
|
|
|
struct lsstinfo;
|
|
typedef struct lsstinfo* PLSSTINFO;
|
|
|
|
#endif /* !PLSSTINFO_DEFINED */
|
|
|
|
|