~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/conn_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:
137
137
 */
138
138
DRIZZLE_API
139
139
void drizzle_con_set_capabilities(drizzle_con_st *con,
140
 
                                  int capabilities);
 
140
                                  drizzle_capabilities_t capabilities);
141
141
 
142
142
/**
143
143
 * Set charset for a connection.