~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

  • Committer: Brian Aker
  • Date: 2008-12-24 19:41:08 UTC
  • mfrom: (722.2.32 devel)
  • Revision ID: brian@tangent.org-20081224194108-4140ku9dgjkyk97m
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
const char * cli_read_statistics(DRIZZLE *drizzle);
172
172
int cli_read_change_user_result(DRIZZLE *drizzle);
173
173
 
 
174
typedef bool (*safe_read_error_hook_func)(NET *net);
 
175
extern safe_read_error_hook_func safe_read_error_hook;
174
176
 
175
177
#ifdef  __cplusplus
176
178
}