projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413bc00
)
Added declaration for gen_new
author
Theodore Tso
<tytso@mit.edu>
Mon, 11 Jan 1993 14:24:54 +0000
(14:24 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Mon, 11 Jan 1993 14:24:54 +0000
(14:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2479
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/ccache.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/ccache.h
b/src/include/krb5/ccache.h
index 6e5c97ab27bc964c868e56ea9a89860f7599fc38..3e8b24f7c4e56c3452c7028889da964841ef0bbf 100644
(file)
--- 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)