mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
bf8829b56f
metze
7 lines
229 B
C
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__ */
|