repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccan: Fix calling memset with zero length parameter
[Samba.git]
/
source4
/
lib
/
events
/
events.h
blob
e9f5f4c7d6b2308e2901228d742038e61c6405fe
1
#ifndef __LIB_EVENTS_H__
2
#define __LIB_EVENTS_H__
3
#include <tevent.h>
4
struct
tevent_context
*
s4_event_context_init
(
TALLOC_CTX
*
mem_ctx
);
5
void
s4_event_context_set_default
(
struct
tevent_context
*
ev
);
6
#endif
/* __LIB_EVENTS_H__ */