From d282068fba6fb539cc92ff45d3f737e95e52ab15 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 11 Jan 1993 14:24:54 +0000 Subject: [PATCH] Added declaration for gen_new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2479 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ccache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index 6e5c97ab2..3e8b24f7c 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -74,6 +74,7 @@ typedef struct _krb5_cc_ops { #define KRB5_TC_OPENCLOSE 0x00000001 #define krb5_cc_initialize(cache, principal) (*(cache)->ops->init)(cache, principal) +#define krb5_cc_gen_new(cache) (*(cache)->ops->gen_new)(cache) #define krb5_cc_destroy(cache) (*(cache)->ops->destroy)(cache) #define krb5_cc_close(cache) (*(cache)->ops->close)(cache) #define krb5_cc_store_cred(cache, creds) (*(cache)->ops->store)(cache, creds) -- 2.26.2