~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-24 15:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2349.
  • Revision ID: olafvdspek@gmail.com-20110624152506-zivk37gp51e9w84u
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
                 const char *len, const char *dec,
174
174
                 const charset_info_st * const cs);
175
175
 
176
 
int item_create_init();
 
176
void item_create_init();
177
177
void item_create_cleanup();
178
178
 
179
179
} /* namespace drizzled */