mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
9 lines
352 B
C
9 lines
352 B
C
#ifndef __LIB_EVENTS_H__
|
|
#define __LIB_EVENTS_H__
|
|
#define TEVENT_COMPAT_DEFINES 1
|
|
#include <../lib/tevent/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__ */
|