1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

s4:lib/events: no longer define TEVENT_COMPAT_DEFINES

metze
This commit is contained in:
Stefan Metzmacher 2012-05-14 11:50:52 +02:00
parent d41db7247f
commit bf8829b56f

View File

@ -1,8 +1,5 @@
#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);
void s4_event_context_set_default(struct tevent_context *ev);