aboutsummaryrefslogtreecommitdiff
path: root/inc/lib/pqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lib/pqueue.h')
-rw-r--r--inc/lib/pqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lib/pqueue.h b/inc/lib/pqueue.h
index 860a366..c576ee3 100644
--- a/inc/lib/pqueue.h
+++ b/inc/lib/pqueue.h
@@ -75,7 +75,7 @@ struct pqueue {
* @return the handle or NULL for insufficent memory
*/
struct pqueue *pqueue_init(size_t n, pqueue_cmp_pri_f cmppri,
- pqueue_get_pri_f getpri, pqueue_set_pos_f set_pos);
+ pqueue_get_pri_f getpri, pqueue_set_pos_f setpos);
/**
* free all memory used by the queue