dns: The QCLASS is called IN, not IP
[Samba/gebeck_regimport.git] / source4 / lib / events / events.h
blob546a5e5158838573bfaf33407153c879b80e7602
1 #ifndef __LIB_EVENTS_H__
2 #define __LIB_EVENTS_H__
3 #ifndef TEVENT_COMPAT_DEFINES
4 #define TEVENT_COMPAT_DEFINES 1
5 #endif
6 #include <tevent.h>
7 struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
8 struct tevent_context *event_context_find(TALLOC_CTX *mem_ctx) _DEPRECATED_;
9 void s4_event_context_set_default(struct tevent_context *ev);
10 #endif /* __LIB_EVENTS_H__ */