~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/column_server.h

  • Committer: Monty Taylor
  • Date: 2010-12-12 11:52:00 UTC
  • mto: (2023.3.15 innodb-cxx)
  • mto: This revision was merged to the branch mainline in revision 2014.
  • Revision ID: mordred@inaugust.com-20101212115200-uyk1h5crevvt77gh
RevertĀ -Wc++-compatĀ change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 */
125
125
DRIZZLE_API
126
126
void drizzle_column_set_flags(drizzle_column_st *column,
127
 
                              int flags);
 
127
                              drizzle_column_flags_t flags);
128
128
 
129
129
/**
130
130
 * Set the number of decimals for numeric columns.