From 7e9b6c613b032249b6950d382cfff4ca7ccec8d4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 26 Sep 2016 11:29:42 -0700 Subject: [PATCH] s3: tidyup - move struct idle_event to util_event.h Signed-off-by: Jeremy Allison Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Sep 27 07:55:02 CEST 2016 on sn-devel-144 --- source3/include/smb.h | 1 - source3/include/util_event.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index 0af3b6132ab..75fcb023e28 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -120,7 +120,6 @@ #include "librpc/gen_ndr/security.h" -struct idle_event; struct share_mode_entry; struct uuid; struct named_mutex; diff --git a/source3/include/util_event.h b/source3/include/util_event.h index df608a193f9..f29bb0a9ed4 100644 --- a/source3/include/util_event.h +++ b/source3/include/util_event.h @@ -19,6 +19,8 @@ */ /* The following definitions come from lib/util_event.c */ +struct idle_event; + struct idle_event *event_add_idle(struct tevent_context *event_ctx, TALLOC_CTX *mem_ctx, struct timeval interval, -- 2.11.4.GIT