summaryrefslogtreecommitdiff
path: root/nslcd/hackers_watch.h
blob: 8c7a297260def9d2d2e598a13c91ccf46b2c20ed (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _HACKERS_WATCH_H
#define _HACKERS_WATCH_H

#include "hackers.h"

struct session * hackers_session_allocate();
int	hackers_session_open(struct session *, const char *yamldir);
int	hackers_session_worker(struct session *);

#endif