summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap/krb5_samba.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-08-29 10:42:57 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-08-31 20:59:15 +0200
commit81da37eb90421e9355660de1ce6d53c4d6e6dfc6 (patch)
tree0b17451f4a2e96e4dbbf141689b867835202a9c7 /lib/krb5_wrap/krb5_samba.h
parent8abd9b5f079a87a368372bd5e8092830734059f7 (diff)
downloadsamba-81da37eb90421e9355660de1ce6d53c4d6e6dfc6.tar.gz
krb5_wrap: Rename smb_krb5_open_keytab_relative()
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/krb5_wrap/krb5_samba.h')
-rw-r--r--lib/krb5_wrap/krb5_samba.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/krb5_wrap/krb5_samba.h b/lib/krb5_wrap/krb5_samba.h
index c038e2da1bd..34c44c5a474 100644
--- a/lib/krb5_wrap/krb5_samba.h
+++ b/lib/krb5_wrap/krb5_samba.h
@@ -202,10 +202,10 @@ krb5_enctype smb_krb5_kt_get_enctype_from_entry(krb5_keytab_entry *kt_entry);
krb5_error_code smb_krb5_enctype_to_string(krb5_context context,
krb5_enctype enctype,
char **etype_s);
-krb5_error_code smb_krb5_open_keytab_relative(krb5_context context,
- const char *keytab_name_req,
- bool write_access,
- krb5_keytab *keytab);
+krb5_error_code smb_krb5_kt_open_relative(krb5_context context,
+ const char *keytab_name_req,
+ bool write_access,
+ krb5_keytab *keytab);
krb5_error_code smb_krb5_open_keytab(krb5_context context,
const char *keytab_name,
bool write_access,