mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Update to array_list heap patch
darcs-hash:20051004135321-ac50b-5e56ea14f062e3626e33c538e064c263c895b4b1.gz
This commit is contained in:
parent
efea4a6586
commit
c361d8564c
1 changed files with 1 additions and 1 deletions
2
util.h
2
util.h
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue