Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
Samba Server: updated trunk to 3.6.0
|
File size:
346 bytes
|
Line | |
---|
1 | #ifndef __LIB_EVENTS_H__
|
---|
2 | #define __LIB_EVENTS_H__
|
---|
3 | #define TEVENT_COMPAT_DEFINES 1
|
---|
4 | #include <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 | void s4_event_context_set_default(struct tevent_context *ev);
|
---|
8 | #endif /* __LIB_EVENTS_H__ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.