Check in prototype for gss_krb5_ccache_name()
authorTheodore Tso <tytso@mit.edu>
Sun, 14 Mar 1999 05:18:03 +0000 (05:18 +0000)
committerTheodore Tso <tytso@mit.edu>
Sun, 14 Mar 1999 05:18:03 +0000 (05:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11280 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/gssapi_krb5.h

index e4eccbb42920e766746a75f2da270bc33de917c9..00833b896dc72173fc6a9d861979e391f4c5866e 100644 (file)
@@ -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 */