projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b444b7
)
typedef of krb5_ccache
author
Barry Jaspan
<bjaspan@mit.edu>
Sat, 20 Jan 1990 17:10:54 +0000
(17:10 +0000)
committer
Barry Jaspan
<bjaspan@mit.edu>
Sat, 20 Jan 1990 17:10:54 +0000
(17:10 +0000)
bjaspan: changed "struct krb5_cc_ops" to "struct _krb5_cc_ops" in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@157
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 70125fe38203a59cc2e1ceebbd52300a357f820c..cecfa0fc2a1f051eec52898173bc184437b30ba0 100644
(file)
--- a/
src/include/krb5/ccache.h
+++ b/
src/include/krb5/ccache.h
@@
-19,7
+19,7
@@
typedef krb5_pointer krb5_cc_cursor; /* cursor for sequential lookup */
typedef struct _krb5_ccache {
- struct krb5_cc_ops *ops;
+ struct
_
krb5_cc_ops *ops;
void *data;
} *krb5_ccache;