diff options
Diffstat (limited to 'source3/nmbd/nmbd_proto.h')
-rw-r--r-- | source3/nmbd/nmbd_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |