~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2010-01-18 19:39:12 UTC
  • mfrom: (1251.2.9 working)
  • Revision ID: brian@gaz-20100118193912-rf7ncdnrhvowyfo6
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
#define DRIZZLE_VALUE_TYPE_REAL   1
373
373
#define DRIZZLE_VALUE_TYPE_INT    2
374
374
 
 
375
/*
 
376
  skeleton of a plugin variable - portion of structure common to all.
 
377
*/
 
378
struct drizzle_sys_var
 
379
{
 
380
  DRIZZLE_PLUGIN_VAR_HEADER;
 
381
};
 
382
 
 
383
void plugin_opt_set_limits(my_option *options, const drizzle_sys_var *opt);
 
384
 
375
385
struct drizzle_value
376
386
{
377
387
  int (*value_type)(drizzle_value *);