Functions |
int | module_to_file (char *file_name, module *list, const char *mode) |
int | module_from_file (char *file_name, module **list) |
void | add (module **list, int pid, char *reference_name, char *command, int status, int xpos, int ypos, int widht, int height, int run_on_startup, int sillent) |
char * | read_line (FILE *buffer) |
int | sillent_start (module *list, char *reference_name) |
int | close_shell (char *reference_name) |
int | stop_module (char *reference_name) |
int | start_module (char *reference_name) |
bool | istrue (int i) |
void | startup_start_modules (void) |
module * | find_module (char *ref) |
void | read_pid (void) |
void | on_signal (int x) |
int | processcontrol (int argc, char *argv[]) |
int | module_list_to_message (processcontrol_information_message *message) |
void | command_handler (void) |
void | void_handler (int) |
Variables |
char | ini_file_name [100] |
processcontrol_information_message | processcontrol_info_message |
processcontrol_command_message | command_message |