blob: e7c780a3f2a36533980ce7a6aa86bb1a7f4a67dc [file] [log] [blame]
#if !defined(__AXIS_CONFIG_LIST__)
#define __AXIS_CONFIG_LIST__
typedef struct
{
int iCount;
int iMaxCount;
void ** ppArray;
} LIST;
void * GetNextListElement( LIST * psList, int iElementLength);
#endif