~clint-fewbar/drizzle/regex-policy-cache-limiter

« back to all changes in this revision

Viewing changes to plugin/version/versionudf.cc

  • Committer: Clint Byrum
  • Date: 2012-03-15 18:05:43 UTC
  • mfrom: (2224.1.302 workspace)
  • Revision ID: clint@ubuntu.com-20120315180543-9jxxm4q10k3np2ws
merging with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  return 0;
61
61
}
62
62
 
63
 
DRIZZLE_PLUGIN(initialize, NULL, NULL);
 
63
DRIZZLE_DECLARE_PLUGIN
 
64
{
 
65
  DRIZZLE_VERSION_ID,
 
66
  "version",
 
67
  "1.0",
 
68
  "Devananda van der Veen",
 
69
  N_("VERSION function"),
 
70
  PLUGIN_LICENSE_GPL,
 
71
  initialize,
 
72
  NULL,
 
73
  NULL,
 
74
}
 
75
DRIZZLE_DECLARE_PLUGIN_END;