summaryrefslogtreecommitdiff
path: root/nslcd/hackers_watch.h
blob: dd2f372c988e89a59fed83407bdd4d74269ae04c (plain)
1
2
3
4
5
6
7
8
9
#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