projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971ad84
)
need cursor pointer in keytab routines
author
John Kohl
<jtkohl@mit.edu>
Fri, 31 Aug 1990 14:14:26 +0000
(14:14 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 31 Aug 1990 14:14:26 +0000
(14:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1064
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/keytab.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/keytab.h
b/src/include/krb5/keytab.h
index 0ea2dbbe47deb3bcc9e9c5f174d1de3c60d95ae7..19da0a5af0ca3c767259f806fd39abd191c57cfb 100644
(file)
--- a/
src/include/krb5/keytab.h
+++ b/
src/include/krb5/keytab.h
@@
-52,9
+52,9
@@
typedef struct _krb5_kt_ops {
krb5_kt_cursor *));
krb5_error_code (*get_next) PROTOTYPE((krb5_keytab,
krb5_keytab_entry *,
- krb5_kt_cursor));
+ krb5_kt_cursor
*
));
krb5_error_code (*end_get) PROTOTYPE((krb5_keytab,
- krb5_kt_cursor));
+ krb5_kt_cursor
*
));
/* routines to be included on extended version (write routines) */
krb5_error_code (*add) PROTOTYPE((krb5_keytab,
krb5_keytab_entry *));