summaryrefslogtreecommitdiff
path: root/mysys/list.c
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2002-11-28 09:56:26 -0800
committerunknown <venu@myvenu.com>2002-11-28 09:56:26 -0800
commit1c2d7aa88090255f21154e262f190c257c8c09ef (patch)
tree7755a31c97889d71c72f0e85125dadddbd69c951 /mysys/list.c
parent48a64b57033b004d6e4fa92e5c13b21f0f24af22 (diff)
downloadmariadb-git-1c2d7aa88090255f21154e262f190c257c8c09ef.tar.gz
Get rid of pbool from my_list.h; and avoid using the my_global.h for clients
Diffstat (limited to 'mysys/list.c')
-rw-r--r--mysys/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/list.c b/mysys/list.c
index ac9e1b979a0..17028e8e183 100644
--- a/mysys/list.c
+++ b/mysys/list.c
@@ -55,7 +55,7 @@ LIST *list_delete(LIST *root, LIST *element)
}
-void list_free(LIST *root, pbool free_data)
+void list_free(LIST *root, uint free_data)
{
LIST *next;
while (root)