s4:lib/tevent: rename structs
[sfrench/samba-autobuild/.git] / lib / tevent / tevent_internal.h
index 42c860756d370ad6aa8ddf285878c9ff3e2489ae..2d6909da366dd1e9e6115993e44d9a6f512342bf 100644 (file)
@@ -106,7 +106,7 @@ int ev_set_debug(struct tevent_context *ev,
                                const char *fmt, va_list ap) PRINTF_ATTRIBUTE(3,0),
                 void *context);
 int ev_set_debug_stderr(struct tevent_context *ev);
-void ev_debug(struct event_context *ev, enum ev_debug_level level, const char *fmt, ...);
+void ev_debug(struct tevent_context *ev, enum ev_debug_level level, const char *fmt, ...);
 
 /* aio event is private to the aio backend */
 struct tevent_aio;