~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

  • Committer: Monty Taylor
  • Date: 2010-09-29 04:27:16 UTC
  • mfrom: (1800.1.9 build)
  • Revision ID: mordred@inaugust.com-20100929042716-q9sb3re31iwti87z
Merged doc fixes, lock fixes, path fixes and bath fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
int init_thread_environment();
55
55
int init_server_components(module::Registry &modules);
56
 
int init_common_variables(int argc, char **argv);
 
56
int init_common_variables(int argc, char **argv, module::Registry &modules);
57
57
 
58
58
passwd *check_user(const char *user);
59
59
void set_user(const char *user, passwd *user_info_arg);