root/source4/lib/events/events.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef __LIB_EVENTS_H__
   2 #define __LIB_EVENTS_H__
   3 #define TEVENT_COMPAT_DEFINES 1
   4 #include <../lib/tevent/tevent.h>
   5 struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
   6 struct tevent_context *event_context_find(TALLOC_CTX *mem_ctx) _DEPRECATED_;
   7 #endif /* __LIB_EVENTS_H__ */

/* [<][>][^][v][top][bottom][index][help] */