From 5743277ed6297ce77afcdb7b336c8929c83af8a3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:58:40 +0100 Subject: s3:nmbd: s/struct event_context/struct tevent_context Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/nmbd/nmbd_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd/nmbd_proto.h') diff --git a/source3/nmbd/nmbd_proto.h b/source3/nmbd/nmbd_proto.h index 59ad423f03..4bcf100d57 100644 --- a/source3/nmbd/nmbd_proto.h +++ b/source3/nmbd/nmbd_proto.h @@ -36,7 +36,7 @@ void kill_async_dns_child(void); /* The following definitions come from nmbd/nmbd.c */ -struct event_context *nmbd_event_context(void); +struct tevent_context *nmbd_event_context(void); /* The following definitions come from nmbd/nmbd_become_dmb.c */ -- cgit