#ifndef _HACKERS_WATCH_H #define _HACKERS_WATCH_H #include "hackers.h" int hackers_init(const char *yamldir, struct session *session); void hackers_worker(struct session *session); #endif