~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rot13/rot13.cc

  • Committer: Zimin
  • Date: 2010-07-10 02:51:05 UTC
  • mfrom: (1655 build)
  • mto: (1675.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1677.
  • Revision ID: ziminq@gmail.com-20100710025105-ft7s65oz5td4rmxl
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
} /* namespace rot13 */
95
95
 
96
 
DRIZZLE_PLUGIN(rot13::init, NULL);
 
96
DRIZZLE_PLUGIN(rot13::init, NULL, NULL);