~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/drizzle.h

  • Committer: Brian Aker
  • Date: 2009-03-10 02:20:19 UTC
  • mto: This revision was merged to the branch mainline in revision 925.
  • Revision ID: brian@tangent.org-20090310022019-y8hiqhc4yn25ovnq
Remove Change User code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
                             unsigned int fields);
167
167
int drizzleclient_cli_unbuffered_fetch(DRIZZLE *drizzle, char **row);
168
168
const char * drizzleclient_cli_read_statistics(DRIZZLE *drizzle);
169
 
int drizzleclient_cli_read_change_user_result(DRIZZLE *drizzle);
170
169
 
171
170
typedef bool (*safe_read_error_hook_func)(NET *net);
172
171
extern safe_read_error_hook_func safe_read_error_hook;