summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index bd011a742..56ecd2a3e 100644
--- a/queue.h
+++ b/queue.h
@@ -113,7 +113,7 @@ int build_Fifo(void* buffer, uint size);
void init_InsSort(Queue* q);
/* Allocate a new fifo and initializes it. There is no maximum size */
-Queue* new_InsSort();
+Queue* new_InsSort(void);
/*
* Binary Heap