queue.h
changeset 1093 e8d26c7dc42f
parent 201 c40d343115f8
child 1661 6af0c4416154
--- a/queue.h	Sat Jan 22 19:41:30 2005 +0000
+++ b/queue.h	Sat Jan 22 20:23:18 2005 +0000
@@ -113,7 +113,7 @@
 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