~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_datadict_dump_func.h

  • Committer: Brian Aker
  • Date: 2011-02-12 10:06:03 UTC
  • mfrom: (2154.2.16 drizzle-build)
  • Revision ID: brian@tangent.org-20110212100603-i5ww0s02p8l4a8q7
Merge in solaris tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef PLUGIN_HAILDB_HAILDB_DATADICT_DUMP_FUNC_H
20
20
#define PLUGIN_HAILDB_HAILDB_DATADICT_DUMP_FUNC_H
21
21
 
 
22
#include <drizzled/plugin/storage_engine.h>
 
23
 
22
24
int haildb_datadict_dump_func_initialize(drizzled::module::Context &context);
23
25
 
24
26
#endif /* PLUGIN_HAILDB_HAILDB_DATADICT_DUMP_FUNC_H */