aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-04 23:53:21 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-04 23:53:21 +1000
commitc361d8564c6dc4b142d348b0f8053a9384b8e451 (patch)
tree9a5a76e93178c6343ef09985a803fe6bff088b4f /util.h
parentefea4a6586d1b7406beea95ddfc7894cf0e13e72 (diff)
Update to array_list heap patch
darcs-hash:20051004135321-ac50b-5e56ea14f062e3626e33c538e064c263c895b4b1.gz
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
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 );