s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
[samba.git] / source4 / lib / events / events.h
index d2e81f5279daf4c0578b26cca3fd75883397e1cb..546a5e5158838573bfaf33407153c879b80e7602 100644 (file)
@@ -1 +1,10 @@
+#ifndef __LIB_EVENTS_H__
+#define __LIB_EVENTS_H__
+#ifndef TEVENT_COMPAT_DEFINES
+#define TEVENT_COMPAT_DEFINES 1
+#endif
 #include <tevent.h>
+struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
+struct tevent_context *event_context_find(TALLOC_CTX *mem_ctx) _DEPRECATED_;
+void s4_event_context_set_default(struct tevent_context *ev);
+#endif /* __LIB_EVENTS_H__ */