summaryrefslogtreecommitdiff
path: root/source4/lib/events/events.h
blob: 1b2dbde32b143eaa9025406f8d4437184ad6ecd9 (plain)
1
2
3
4
5
6
7
#ifndef __LIB_EVENTS_H__
#define __LIB_EVENTS_H__
#define TEVENT_COMPAT_DEFINES 1
#include <../lib/tevent/tevent.h>
struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
struct tevent_context *event_context_find(TALLOC_CTX *mem_ctx) _DEPRECATED_;
#endif /* __LIB_EVENTS_H__ */