~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/logging.h

  • Committer: Monty Taylor
  • Date: 2009-03-22 08:32:24 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: mordred@inaugust.com-20090322083224-zmb2akf5wf2zq0hb
Renamed a bunch of plugin files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_LOGGING_H
21
21
#define DRIZZLED_LOGGING_H
22
22
 
23
 
#include <drizzled/plugin_logging.h>
 
23
#include <drizzled/plugin/logging_handler.h>
24
24
 
25
25
int logging_initializer(st_plugin_int *plugin);
26
26
int logging_finalizer(st_plugin_int *plugin);