diff options
author | Jim McDonough <jmcd@samba.org> | 2003-05-30 20:11:34 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-05-30 20:11:34 +0000 |
commit | 4f276f969633f3c39e3ffc609b167930ff7fd42c (patch) | |
tree | 6368ad6829374428429591be65101035a90b6cec /source3/include | |
parent | 1f3b2790766361c8405632a5dfbfa2934ac33436 (diff) | |
download | samba-4f276f969633f3c39e3ffc609b167930ff7fd42c.tar.gz samba-4f276f969633f3c39e3ffc609b167930ff7fd42c.tar.bz2 samba-4f276f969633f3c39e3ffc609b167930ff7fd42c.zip |
More on bug 137: rename more of krb5_xxx functions to not start with krb5_
(This used to be commit 10f1da3f4a9680a039a2aa26301b97e31c06c38d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 2548db015d..4de81c46d2 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1276,7 +1276,7 @@ krb5_const_principal get_principal_from_tkt(krb5_ticket *tkt); krb5_error_code krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters); krb5_error_code get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes); void free_kerberos_etypes(krb5_context context, krb5_enctype *enctypes); -BOOL krb5_get_smb_session_key(krb5_context context, krb5_auth_context auth_context, uint8 session_key[16]); +BOOL get_krb5_smb_session_key(krb5_context context, krb5_auth_context auth_context, uint8 session_key[16]); #endif /* HAVE_KRB5 */ /* TRUE and FALSE are part of the C99 standard and gcc, but |