From 189ca7370762dca088a13d08ccb035e364758abb Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 20:23:18 +0000 Subject: (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile --- queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queue.h') 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 -- cgit v1.2.3-70-g09d2