summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:58:40 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:53 +0100
commit5743277ed6297ce77afcdb7b336c8929c83af8a3 (patch)
tree87de31bd07ec873bef99001bacf48efa79204a11 /source3/nmbd/nmbd_proto.h
parent99367d413ac00d631fe0e559473395feee6cfc5a (diff)
downloadsamba-5743277ed6297ce77afcdb7b336c8929c83af8a3.tar.gz
samba-5743277ed6297ce77afcdb7b336c8929c83af8a3.tar.bz2
samba-5743277ed6297ce77afcdb7b336c8929c83af8a3.zip
s3:nmbd: s/struct event_context/struct tevent_context
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/nmbd/nmbd_proto.h')
-rw-r--r--source3/nmbd/nmbd_proto.h2
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 */