aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-10 01:37:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-10 01:37:30 -0800
commitd975187433ed71120d603ab2815d11b9c80ae8be (patch)
tree790a1644dfb643b06bdd9b04d009bf5023141c33 /util.h
parent910863e9ea5e1a4db192b5be1630d125cff18485 (diff)
Removed some al_list functions
Diffstat (limited to 'util.h')
-rw-r--r--util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/util.h b/util.h
index 2ca5431d..ae3771dd 100644
--- a/util.h
+++ b/util.h
@@ -315,16 +315,6 @@ int hash_ptr_cmp( void *a,
void *b );
-/**
- Initialize the list.
-*/
-void al_init( array_list_t *l );
-
-/**
- Destroy the list and free memory used by it.
-*/
-void al_destroy( array_list_t *l );
-
/**
Append element to list