diff options
Diffstat (limited to 'src/proone_heartbeat-worker.h')
-rw-r--r-- | src/proone_heartbeat-worker.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/proone_heartbeat-worker.h b/src/proone_heartbeat-worker.h new file mode 100644 index 0000000..aa4c66c --- /dev/null +++ b/src/proone_heartbeat-worker.h @@ -0,0 +1,9 @@ +#pragma once +#include "proone_worker.h" + +#include <stddef.h> +#include <stdbool.h> +#include <stdint.h> + + +bool proone_alloc_heartbeat_worker (proone_worker_t *w); |