s3:smbprofile: Make smbprofile.h includable on its own
authorVolker Lendecke <vl@samba.org>
Thu, 9 Oct 2014 12:41:03 +0000 (12:41 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 19 Nov 2014 19:51:37 +0000 (20:51 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/smbprofile.h

index 26a2ed190d0bbb783aa91b86bbf008af8f1d37c9..9f7b3a2a8065809a9fc836f4a01d1f7f70a80357 100644 (file)
@@ -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