auth/credentials: also do a shallow copy of the krb5_ccache.
[samba.git] / auth / credentials / credentials_krb5.h
index fc7d0be220af01776d616d69d74d042288eb24ef..ae60104760601515defdf709ecf0525af1fcc0f5 100644 (file)
@@ -38,4 +38,8 @@ int cli_credentials_set_client_gss_creds(struct cli_credentials *cred,
                                         enum credentials_obtained obtained,
                                         const char **error_string);
 
+struct cli_credentials *cli_credentials_shallow_copy(TALLOC_CTX *mem_ctx,
+                                               struct cli_credentials *src);
+
+
 #endif /* __CREDENTIALS_KRB5_H__ */