#ifndef PlasmaPack_h_inc
#define PlasmaPack_h_inc
#ifdef __cplusplus
extern "C" {
#endif
extern PyObject* Pl_OpenPacked(const char* fileName);
extern int Pl_IsItPacked(const char* fileName);
}
#endif // PlasmaPack_h_inc