~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/column.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:
154
154
 * Get flags for a column.
155
155
 */
156
156
DRIZZLE_API
157
 
int drizzle_column_flags(drizzle_column_st *column);
 
157
drizzle_column_flags_t drizzle_column_flags(drizzle_column_st *column);
158
158
 
159
159
/**
160
160
 * Get the number of decimals for numeric columns.