~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
#define COLUMN_FORMAT_MASK 7
158
158
#define COLUMN_FORMAT_SHIFT 3
159
159
 
160
 
void unireg_init();
161
160
void unireg_end(void) __attribute__((noreturn));
162
161
void unireg_abort(int exit_code) __attribute__((noreturn));
163
162