1 #ifndef __PRIORITY_QUEUE_H__
2 #define __PRIORITY_QUEUE_H__
5 #include <sphinxbase/sphinxbase_export.h>
27 priority_queue_t* priority_queue_create(
size_t len,
int (*compare)(
const void *a,
const void *b));
39 void priority_queue_free(
priority_queue_t *queue,
void (*free_ptr)(
void *a));