aboutsummaryrefslogtreecommitdiffstats
path: root/src/evmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evmgr.h')
-rw-r--r--src/evmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/evmgr.h b/src/evmgr.h
index c78ea33f..2dde16b3 100644
--- a/src/evmgr.h
+++ b/src/evmgr.h
@@ -20,6 +20,7 @@
struct evmgr;
+extern void evmgr_prepare_run(struct evmgr *evmgr);
extern void evmgr_run(struct evmgr *evmgr);
extern void evmgr_job_run(int signum, struct evmgr *evmgr);
extern int evmgr_can_run(struct evmgr *evmgr);