mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:30:12 +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);
|
int search_slot_by_pid(pid_t pid);
|
||||||
void kill_children(int sig);
|
void kill_children(int sig);
|
||||||
void clean_exit();
|
void clean_exit();
|
||||||
|
void fatal(char *s);
|
||||||
void initialise_configuration();
|
void initialise_configuration();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user