summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/krb5/krb5_utils.h')
-rw-r--r--server/providers/krb5/krb5_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/providers/krb5/krb5_utils.h b/server/providers/krb5/krb5_utils.h
index dec6f7f2f..7637041a6 100644
--- a/server/providers/krb5/krb5_utils.h
+++ b/server/providers/krb5/krb5_utils.h
@@ -34,4 +34,6 @@
char *expand_ccname_template(TALLOC_CTX *mem_ctx, struct krb5child_req *kr,
const char *template);
+errno_t become_user(uid_t uid, gid_t gid);
+
#endif /* __KRB5_UTILS_H__ */