Functions |
module * | find_module (char *ref) |
void | startup_start_modules (void) |
void | read_all_pids (void) |
void | read_status () |
void | on_signal (int x) |
bool | set_status (char *ref, int status) |
bool | istrue (int i) |
void | read_line (FILE *buffer, char *line) |
void | copy (int n, char *first, char *second) |
int | module_from_file (char *file_name, module **list) |
int | module_to_file (char *file_name, module *list, const char *mode) |
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) |
int | sillent_start (char *reference_name) |
bool | check_status (int pid) |
int | close_shell (char *reference_name) |
int | stop_module (char *reference_name) |
int | start_module (char *reference_name) |
void | read_pid (void) |