]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/security: Add some missing declarations
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 20 Jul 2023 03:46:33 +0000 (15:46 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Sep 2023 02:43:28 +0000 (02:43 +0000)
so that users of this header file don’t have to declare them.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/claims-conversions.h

index ee9873bc579f5477eaa4594e74c2c1372b6ad31e..3915d0a8c928c02410bd0b64189a57f5e9241339 100644 (file)
 #ifndef LIBCLI_SECURITY_CLAIMS_CONVERSIONS_H
 #define LIBCLI_SECURITY_CLAIMS_CONVERSIONS_H
 
+#include "replace.h"
+#include <talloc.h>
+
+struct CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1;
+struct ace_condition_token;
+struct security_token;
 
 bool claim_v1_to_ace_token(TALLOC_CTX *mem_ctx,
                           const struct CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1 *claim,