diff options
author | unknown <venu@myvenu.com> | 2002-11-28 10:02:01 -0800 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2002-11-28 10:02:01 -0800 |
commit | 5c7ce5202e70ce19742ca9598b41fc8c1a40d21b (patch) | |
tree | 0216188c1f3b5904eeeb7e98c230460d1d2e0446 /include | |
parent | b9daa52c4b219494ea08539451e56bd291fb8a76 (diff) | |
parent | 1c2d7aa88090255f21154e262f190c257c8c09ef (diff) | |
download | mariadb-git-5c7ce5202e70ce19742ca9598b41fc8c1a40d21b.tar.gz |
Merge work.mysql.com:/home/bk/mysql-4.1
into myvenu.com:/home/venu/bk/src-4.1
Diffstat (limited to 'include')
-rw-r--r-- | include/my_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_list.h b/include/my_list.h index 0f56d4c532b..056e1f13b36 100644 --- a/include/my_list.h +++ b/include/my_list.h @@ -32,7 +32,7 @@ extern LIST *list_add(LIST *root,LIST *element); extern LIST *list_delete(LIST *root,LIST *element); extern LIST *list_cons(void *data,LIST *root); extern LIST *list_reverse(LIST *root); -extern void list_free(LIST *root,pbool free_data); +extern void list_free(LIST *root,uint free_data); extern uint list_length(LIST *list); extern int list_walk(LIST *list,list_walk_action action,gptr argument); |