projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3eeaa
)
fix typo
author
John Kohl
<jtkohl@mit.edu>
Thu, 18 Jan 1990 17:32:23 +0000
(17:32 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 18 Jan 1990 17:32:23 +0000
(17:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@126
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 c5db07568d9f513594521ede7098dafd27ea1127..ee4f32c79d102569e20cf80653dcb8b4c6b467b6 100644
(file)
--- a/
src/include/krb5/ccache.h
+++ b/
src/include/krb5/ccache.h
@@
-41,7
+41,7
@@
typedef struct _krb5_cc_ops {
int (*end_get) PROTOTYPE((krb5_ccache, krb5_cc_cursor *));
int (*remove_cred) PROTOTYPE((krb5_ccache, krb5_flags,
krb5_creds *));
- int (*set_flags) PROTOTYPE((krb5_ccache, krb5_
c
flags));
+ int (*set_flags) PROTOTYPE((krb5_ccache, krb5_flags));
} krb5_cc_ops;
/* for retrieve_cred */