Update to array_list heap patch

darcs-hash:20051004135321-ac50b-5e56ea14f062e3626e33c538e064c263c895b4b1.gz
This commit is contained in:
axel 2005-10-04 23:53:21 +10:00
parent efea4a6586
commit c361d8564c

2
util.h
View file

@ -306,7 +306,7 @@ void pq_destroy( priority_queue_t *q );
/** /**
Allocate heap memory for creating a new list and initialize it Allocate heap memory for creating a new list and initialize it
*/ */
array_list_t *al_new() array_list_t *al_new();
/** Initialize the list. */ /** Initialize the list. */
void al_init( array_list_t *l ); void al_init( array_list_t *l );