9 lines
154 B
C
9 lines
154 B
C
#ifndef PLSCHCON_DEFINED
|
|
#define PLSCHCON_DEFINED
|
|
|
|
struct lschunkcontext;
|
|
typedef struct lschunkcontext* PLSCHUNKCONTEXT;
|
|
|
|
#endif /* PLSCHCON_DEFINED */
|
|
|