~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/list.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
}
53
53
 
54
54
 
55
 
void list_free(LIST *root, uint free_data)
 
55
void list_free(LIST *root, uint32_t free_data)
56
56
{
57
57
  LIST *next;
58
58
  while (root)