From 1ba81cd3f1ca4048590d3086f9e0eb48c05d7e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 3 Feb 2005 08:21:31 +0000 Subject: [PATCH] drop prototypes, they all live in krb5-private.h by now git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14546 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/kcm.h | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/lib/krb5/kcm.h b/lib/krb5/kcm.h index d8a1c61d5..edc496cf1 100644 --- a/lib/krb5/kcm.h +++ b/lib/krb5/kcm.h @@ -62,32 +62,6 @@ typedef enum kcm_operation { KCM_OP_MAX } kcm_operation; -/* Private client API */ - -krb5_error_code KRB5_LIB_FUNCTION -_krb5_kcm_chmod(krb5_context /*context*/, - krb5_ccache /*id*/, - u_int16_t /*mode*/); - -krb5_error_code KRB5_LIB_FUNCTION -_krb5_kcm_chown(krb5_context /*context*/, - krb5_ccache /*id*/, - u_int32_t /*uid*/, - u_int32_t /*gid*/); - -krb5_error_code KRB5_LIB_FUNCTION -_krb5_kcm_get_initial_ticket(krb5_context /*context*/, - krb5_ccache /*id*/, - krb5_principal /*server*/, - krb5_keyblock */*key*/); - -krb5_error_code KRB5_LIB_FUNCTION -_krb5_kcm_get_ticket(krb5_context /*context*/, - krb5_ccache /*id*/, - krb5_kdc_flags /*flags*/, - krb5_enctype /*enctype*/, - krb5_principal /*server*/); - #define _PATH_KCM_SOCKET "/var/run/.kcm_socket" #endif /* __KCM_H__ */