From f82bb9fffd7a9f85aeb4781c654723e305bc9c48 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 9 Oct 2014 12:41:03 +0000 Subject: [PATCH] s3:smbprofile: Make smbprofile.h includable on its own Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- source3/include/smbprofile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 26a2ed190d0..9f7b3a2a806 100644 --- a/source3/include/smbprofile.h +++ b/source3/include/smbprofile.h @@ -909,6 +909,8 @@ static inline uint64_t profile_timestamp(void) /* The following definitions come from profile/profile.c */ void set_profile_level(int level, struct server_id src); + +struct messaging_context; bool profile_setup(struct messaging_context *msg_ctx, bool rdonly); #endif -- 2.11.4.GIT