~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2009-08-21 06:18:23 UTC
  • mfrom: (1115.3.12 captain)
  • Revision ID: brian@gaz-20090821061823-ljcpbpvun22lsvem
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class Session;
27
27
class Item;
 
28
struct charset_info_st;
28
29
 
29
30
/*************************************************************************
30
31
  Plugin API. Common for all plugin types.