mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-04-01 17:35:13 +08:00
Update to array_list heap patch
darcs-hash:20051004135321-ac50b-5e56ea14f062e3626e33c538e064c263c895b4b1.gz
This commit is contained in:
parent
efea4a6586
commit
c361d8564c
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
|
||||
*/
|
||||
array_list_t *al_new()
|
||||
array_list_t *al_new();
|
||||
|
||||
/** Initialize the list. */
|
||||
void al_init( array_list_t *l );
|
||||
|
Loading…
x
Reference in New Issue
Block a user