krb5_cc_remove_cred
ret = krb5_cc_remove_cred(context, ccache, 0, &mcred);
ret = krb5_cc_remove_cred(context, id, 0, &cred);
ret = krb5_cc_remove_cred(context, copy, which, cred);
krb5_cc_remove_cred(context, ccache, 0, res_creds);
krb5_cc_remove_cred(context, ccache, 0, res_creds);
krb5_cc_remove_cred (
ret = krb5_cc_remove_cred(context, id, 0, &cred);
ret = krb5_cc_remove_cred(context, ccache, flags, &out_creds);
ret = krb5_cc_remove_cred(context, id, 0, &cred);
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds);
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2);
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds);
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2);
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds);
krb5_cc_remove_cred,
MAKE_FUNC_INFO(krb5_cc_remove_cred),
DECL_FUNC_PTR(krb5_cc_remove_cred);