summaryrefslogtreecommitdiffstats
path: root/src/util/sss_krb5.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-09-03 20:57:58 -0400
committerSimo Sorce <simo@redhat.com>2013-09-09 15:11:46 -0400
commit077fa994f62641a13665b6a07d38b3d5a903dcdc (patch)
treeb226331afdcea166a6809403b6528a253d665e5c /src/util/sss_krb5.h
parenta6a0d4edebccd3cf04f9813fc65185845626b5d4 (diff)
downloadsssd-077fa994f62641a13665b6a07d38b3d5a903dcdc.tar.gz
sssd-077fa994f62641a13665b6a07d38b3d5a903dcdc.tar.xz
sssd-077fa994f62641a13665b6a07d38b3d5a903dcdc.zip
krb5: Remove unused helper functions
these functions are not needed anymore. Related: https://fedorahosted.org/sssd/ticket/2061
Diffstat (limited to 'src/util/sss_krb5.h')
-rw-r--r--src/util/sss_krb5.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/sss_krb5.h b/src/util/sss_krb5.h
index efde48b62..db47e0a6b 100644
--- a/src/util/sss_krb5.h
+++ b/src/util/sss_krb5.h
@@ -149,14 +149,6 @@ enum sss_krb5_cc_type {
SSS_KRB5_TYPE_UNKNOWN
};
-enum sss_krb5_cc_type
-sss_krb5_get_type(const char *full_location);
-const char *
-sss_krb5_residual_by_type(const char *full_location, enum sss_krb5_cc_type type);
-const char *
-sss_krb5_residual_check_type(const char *full_location,
- enum sss_krb5_cc_type expected_type);
-
/* === Compatibility routines for the Heimdal Kerberos implementation === */
void sss_krb5_princ_realm(krb5_context context, krb5_const_principal princ,