You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
238 B
13 lines
238 B
#ifndef _CPLINIT_H
|
|
#define _CPLINIT_H
|
|
|
|
extern IFparm CPLpTable[ ];
|
|
extern IFparm CPLmPTable[ ];
|
|
extern int CPLmPTSize;
|
|
extern int CPLpTSize;
|
|
extern char *CPLnames[ ];
|
|
extern int CPLiSize;
|
|
extern int CPLmSize;
|
|
extern int CPLnSize;
|
|
|
|
#endif
|