Commit 8badbce5 authored by Stewart Smith's avatar Stewart Smith

fix function declaration for daemon_is_ready()

parent 487c0f04
......@@ -50,7 +50,7 @@ void sigusr1_handler(int sig)
_exit(EXIT_SUCCESS);
}
int daemon_is_ready()
int daemon_is_ready(void)
{
kill(parent_pid, SIGUSR1);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment