~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Padraig
  • Date: 2009-03-02 18:22:46 UTC
  • mfrom: (909 drizzle)
  • mto: (934.3.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 938.
  • Revision ID: posulliv@linux-lap-20090302182246-vy0vbethh0u3so52
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

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