~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Monty Taylor
  • Date: 2009-10-01 21:04:24 UTC
  • mfrom: (1130.2.14 plugin-base-class)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091001210424-4b4zvqsv0ieen4tz
Merged latest plugin-base-class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef DRIZZLED_UNIREG_H
24
24
#define DRIZZLED_UNIREG_H
25
25
 
26
 
#include <drizzled/structs.h>                           /* All structs we need */
27
 
 
28
26
void unireg_end(void) __attribute__((noreturn));
29
27
void unireg_abort(int exit_code) __attribute__((noreturn));
30
28
 
31
 
 
32
29
#endif /* DRIZZLED_UNIREG_H */