From c361d8564c6dc4b142d348b0f8053a9384b8e451 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 4 Oct 2005 23:53:21 +1000 Subject: Update to array_list heap patch darcs-hash:20051004135321-ac50b-5e56ea14f062e3626e33c538e064c263c895b4b1.gz --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 3efe4725..9e751d2e 100644 --- a/util.h +++ b/util.h @@ -306,7 +306,7 @@ void pq_destroy( priority_queue_t *q ); /** Allocate heap memory for creating a new list and initialize it */ -array_list_t *al_new() +array_list_t *al_new(); /** Initialize the list. */ void al_init( array_list_t *l ); -- cgit v1.2.3