diff options
-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 |