aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.c b/src/daemon.c
index 56fb682..d262749 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -263,7 +263,7 @@ fail:
* @param hook The hook, `NULL` to run the job.
* @return 0 on success, -1 on error, 1 if the child failed.
*/
-static int
+int
run_job_or_hook(struct job *job, const char *hook)
{
pid_t pid;