~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 21:57:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110622215714-0wmhwrx6of27etov
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
boost::program_options::variables_map &getVariablesMap();
53
53
 
54
54
int init_thread_environment();
55
 
int init_server_components(module::Registry &modules);
 
55
void init_server_components(module::Registry&);
56
56
int init_basic_variables(int argc, char **argv);
57
 
int init_remaining_variables(module::Registry &modules);
 
57
int init_remaining_variables(module::Registry&);
58
58
 
59
59
passwd *check_user(const char *user);
60
60
void set_user(const char *user, passwd *user_info_arg);