#ifndef PQHEAP_DEFINED
#define PQHEAP_DEFINED

typedef struct qheap* PQHEAP;

#endif /* PQHEAP_DEFINED */