~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client_settings.h

  • Committer: Brian Aker
  • Date: 2008-07-28 05:38:21 UTC
  • mfrom: (207.2.3 libdrizzle-cleanup)
  • Revision ID: brian@tangent.org-20080728053821-6629ff4yg1jfopjq
Merge Toru

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
sig_handler my_pipe_sig_handler(int sig);
21
21
void read_user_name(char *name);
22
 
my_bool handle_local_infile(DRIZZLE *drizzle, const char *net_filename);
 
22
bool handle_local_infile(DRIZZLE *drizzle, const char *net_filename);
23
23
 
24
24
 
25
25
/* TODO: Do we still need these now that there's not non-threaded stuff? */