Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

setup.h

Go to the documentation of this file.
00001 /* -*-C-*- */
00002 #ifndef SETUP_H
00003 #define SETUP_H
00004 
00005 #include "shell_command.h"
00006 #include "configuration.h"
00007 #include "array.h"
00008 #include "options.h"
00009 
00020 Configuration *setup_initialize(Options *options, const char *configFile);
00021 Array *setup_get_processes();
00022 Array *setup_get_shell_commands();
00023 Configuration *setup_get_configuration();
00024 void setup_reinitialize();
00025 void setup_execute_global_init();
00026 
00027 
00028 #endif

Generated on Fri Jan 20 10:12:18 2006 by  doxygen 1.4.2