mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:21:59 +01:00
added missing declaration
This commit is contained in:
parent
9b6c70488a
commit
8118a5dd42
@ -46,6 +46,7 @@ static pid_t child_make(struct child *ptr);
|
||||
int search_slot_by_pid(pid_t pid);
|
||||
void kill_children(int sig);
|
||||
void clean_exit();
|
||||
void fatal(char *s);
|
||||
void initialise_configuration();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user