summaryrefslogtreecommitdiff
path: root/source4/lib/events/events.h
blob: 803cba8456663a2784eb581cef21d6c399973e27 (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 event_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
struct event_context *event_context_find(TALLOC_CTX *mem_ctx);
#endif /* __LIB_EVENTS_H__ */