summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_ccache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/krb5/krb5_ccache.h')
-rw-r--r--src/providers/krb5/krb5_ccache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_ccache.h b/src/providers/krb5/krb5_ccache.h
index e47df3665..2e574c41b 100644
--- a/src/providers/krb5/krb5_ccache.h
+++ b/src/providers/krb5/krb5_ccache.h
@@ -53,4 +53,7 @@ errno_t safe_remove_old_ccache_file(const char *old_ccache,
const char *new_ccache,
uid_t uid, gid_t gid);
+krb5_error_code copy_ccache_into_memory(TALLOC_CTX *mem_ctx, krb5_context kctx,
+ const char *ccache_file,
+ char **_mem_name);
#endif /* __KRB5_CCACHE_H__ */