~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

  • Committer: Brian Aker
  • Date: 2010-05-21 18:25:00 UTC
  • mfrom: (1530.2.10)
  • Revision ID: brian@gaz-20100521182500-c30dbqd2ko56cf56
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
namespace drizzled
31
31
{
32
32
 
33
 
namespace plugin
 
33
namespace module
34
34
{
35
35
class Registry;
36
36
}
49
49
 
50
50
extern const char * const DRIZZLE_CONFIG_NAME;
51
51
 
52
 
int init_server_components(plugin::Registry &plugins);
 
52
int init_server_components(module::Registry &modules);
53
53
int init_common_variables(const char *conf_file_name, int argc,
54
54
                          char **argv, const char **groups);
55
55