~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/drizzle.h

  • Committer: Brian Aker
  • Date: 2009-03-10 01:05:07 UTC
  • mto: This revision was merged to the branch mainline in revision 925.
  • Revision ID: brian@tangent.org-20090310010507-jl97uzjfyqcbgitp
Remove SET and KILL operation from Protocol

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
int32_t    drizzleclient_shutdown(DRIZZLE *drizzle);
132
132
int32_t    drizzle_dump_debug_info(DRIZZLE *drizzle);
133
133
int32_t    drizzleclient_refresh(DRIZZLE *drizzle, uint32_t refresh_options);
134
 
int32_t    drizzleclient_kill(DRIZZLE *drizzle, uint32_t pid);
135
 
int32_t    drizzleclient_set_server_option(DRIZZLE *drizzle,
136
 
                                     enum enum_drizzle_set_option option);
137
134
int32_t    drizzleclient_ping(DRIZZLE *drizzle);
138
135
const char *  drizzle_stat(DRIZZLE *drizzle);
139
136
const char *  drizzleclient_get_server_info(const DRIZZLE *drizzle);