#ifndef PUBLIC_NSACL_PLISTDEF_H
#define PUBLIC_NSACL_PLISTDEF_H
#ifndef PUBLIC_NSAPI_H
#include "../public/nsapi.h"
#endif
typedef struct PListStruct_s *
PList_t;
#define ERRPLINVPI -
1
#define ERRPLEXIST -
2
#define ERRPLFULL -
3
#define ERRPLNOMEM -
4
#define ERRPLUNDEF -
5
#define PLFLG_OLD_MPOOL 0
#define PLFLG_NEW_MPOOL 1
#define PLFLG_IGN_RES 2
#define PLFLG_USE_RES 3
#ifdef __cplusplus
typedef void (
PListFunc_t)(
char*,
const void*,
void*);
#else
typedef void (
PListFunc_t)();
#endif
#ifndef INTNSACL
#endif
#endif