diff options
author | Volker Lendecke <vl@samba.org> | 2014-10-09 12:41:03 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-11-19 20:51:37 +0100 |
commit | f82bb9fffd7a9f85aeb4781c654723e305bc9c48 (patch) | |
tree | 399ed0b2575b2c05987c3f47160955438b397a08 /source3/include | |
parent | 86a951b4ff9b3a1bbe03b3448d45f9750c949c00 (diff) | |
download | samba-f82bb9fffd7a9f85aeb4781c654723e305bc9c48.tar.gz samba-f82bb9fffd7a9f85aeb4781c654723e305bc9c48.tar.xz samba-f82bb9fffd7a9f85aeb4781c654723e305bc9c48.zip |
s3:smbprofile: Make smbprofile.h includable on its own
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbprofile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 26a2ed190d..9f7b3a2a80 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 |