summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-01-28 00:33:21 +0000
committerJeremy Allison <jra@samba.org>2003-01-28 00:33:21 +0000
commit755e33ee3f25884096d3fa2ac4bd4cf64a794903 (patch)
treeab05d858bee67d931bf9f388c31b27406a9372c9 /source3/include/includes.h
parentf911f03a7db94635bf78d2c9b4748700af757bb5 (diff)
downloadsamba-755e33ee3f25884096d3fa2ac4bd4cf64a794903.tar.gz
samba-755e33ee3f25884096d3fa2ac4bd4cf64a794903.tar.bz2
samba-755e33ee3f25884096d3fa2ac4bd4cf64a794903.zip
Get smbd to link with Heimdal. Still missing some client progs...
Jeremy. (This used to be commit 85dda434763bbcea260c800599e4b6b73afcf174)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index c329085c97..cb2d57ea04 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1227,6 +1227,9 @@ int create_kerberos_key_from_string(krb5_context context,
krb5_data *password,
krb5_keyblock *key);
+void get_auth_data_from_tkt(DATA_BLOB *auth_data, krb5_ticket *tkt);
+krb5_const_principal get_principal_from_tkt(krb5_ticket *tkt);
+
#endif /* HAVE_KRB5 */
#endif /* _INCLUDES_H */