summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-02-01 15:10:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:38 -0500
commitea38e1f8362d75e7ac058a7c4aa06f1ca92ec108 (patch)
tree6b56efd832361530e102476b599b5e450b381111 /source/include
parente57a6d4d6341a52de55860e7f97031a63810dbfa (diff)
downloadsamba-ea38e1f8362d75e7ac058a7c4aa06f1ca92ec108.tar.gz
samba-ea38e1f8362d75e7ac058a7c4aa06f1ca92ec108.tar.xz
samba-ea38e1f8362d75e7ac058a7c4aa06f1ca92ec108.zip
r21110: Fix kinit with Heimdal (Bug #4226).
Guenther
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index f7edb68c16b..8aaaba97993 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -1176,6 +1176,8 @@ krb5_error_code nt_status_to_krb5(NTSTATUS nt_status);
void smb_krb5_free_error(krb5_context context, krb5_error *krberror);
krb5_error_code handle_krberror_packet(krb5_context context,
krb5_data *packet);
+void krb5_get_init_creds_opt_free(krb5_get_init_creds_opt *opt);
+krb5_error_code krb5_get_init_creds_opt_alloc(krb5_context context, krb5_get_init_creds_opt **opt);
#endif /* HAVE_KRB5 */