1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/events/events.h
2012-05-14 15:12:34 +02:00

7 lines
229 B
C

#ifndef __LIB_EVENTS_H__
#define __LIB_EVENTS_H__
#include <tevent.h>
struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
void s4_event_context_set_default(struct tevent_context *ev);
#endif /* __LIB_EVENTS_H__ */