From ac039e6fcbdec3dc6c8e28013e1b3a20068c84ee Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 27 May 2023 00:37:19 +0200 Subject: Basic schedule initialization --- inc/lib/pqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/lib/pqueue.h') 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 -- cgit v1.2.3