#ifndef __PListExt__H
#define __PListExt__H

typedef struct PListExt PListExt;

PListExt* /*throw_*/PListExt_Get(void);
void PListExt_Release(void);

#endif
