~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/crc32udf.cc

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  return 0;
86
86
}
87
87
 
88
 
drizzle_declare_plugin
 
88
DRIZZLE_DECLARE_PLUGIN
89
89
{
90
90
  "crc32",
91
91
  "1.0",
98
98
  NULL,   /* system variables */
99
99
  NULL    /* config options */
100
100
}
101
 
drizzle_declare_plugin_end;
 
101
DRIZZLE_DECLARE_PLUGIN_END;