1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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>
This commit is contained in:
Volker Lendecke 2014-10-09 12:41:03 +00:00 committed by Jeremy Allison
parent 86a951b4ff
commit f82bb9fffd

View 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