~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mf_keycaches.cc

Fixed -Wmissing-declarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
*/
70
70
 
71
71
extern "C"
 
72
void safe_hash_entry_free(void *entry);
 
73
 
72
74
void safe_hash_entry_free(void *entry)
73
75
{
74
76
  free(entry);