summaryrefslogtreecommitdiff
path: root/source4/param/share.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/share.h')
-rw-r--r--source4/param/share.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/share.h b/source4/param/share.h
index 2a85fd4fbb..755d19e337 100644
--- a/source4/param/share.h
+++ b/source4/param/share.h
@@ -47,11 +47,11 @@ struct share_info {
void *value;
};
-struct event_context;
+struct tevent_context;
struct share_ops {
const char *name;
- NTSTATUS (*init)(TALLOC_CTX *, const struct share_ops*, struct event_context *ev_ctx,
+ NTSTATUS (*init)(TALLOC_CTX *, const struct share_ops*, struct tevent_context *ev_ctx,
struct loadparm_context *lp_ctx,
struct share_context **);
const char *(*string_option)(struct share_config *, const char *, const char *);