~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
namespace drizzled
27
27
{
28
28
 
29
 
void unireg_end(void) __attribute__((noreturn));
30
29
void unireg_abort(int exit_code) __attribute__((noreturn));
31
30
 
32
31
} /* namespace drizzled */