9 lines
151 B
C
9 lines
151 B
C
#ifndef PLSTBCON_DEFINED
|
|
#define PLSTBCON_DEFINED
|
|
|
|
struct lstabscontext;
|
|
typedef struct lstabscontext* PLSTABSCONTEXT;
|
|
|
|
#endif /* PLSTBCON_DEFINED */
|
|
|