From: Theodore Tso Date: Sun, 14 Mar 1999 05:18:03 +0000 (+0000) Subject: Check in prototype for gss_krb5_ccache_name() X-Git-Tag: krb5-1.1-beta1~286 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0feb9d8351aec74b21630cf86bc30e065013f81;p=krb5.git Check in prototype for gss_krb5_ccache_name() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11280 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/krb5/gssapi_krb5.h b/src/lib/gssapi/krb5/gssapi_krb5.h index e4eccbb42..00833b896 100644 --- a/src/lib/gssapi/krb5/gssapi_krb5.h +++ b/src/lib/gssapi/krb5/gssapi_krb5.h @@ -61,6 +61,10 @@ OM_uint32 gss_krb5_copy_ccache gss_cred_id_t cred_handle, krb5_ccache out_ccache)); +OM_uint32 gss_krb5_ccache_name + PROTOTYPE((OM_uint32 *minor_status, const char *name, + const char **out_name)); + /* this is for backward compatibility only. It is declared here for completeness, but should not be used */