summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-08-31 14:14:26 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-08-31 14:14:26 +0000
commit3a1676ba5b0ebb821b04a3f9b6b5ee864bd8e8b5 (patch)
tree70a012c5eacf11c214ef6b4c970f64d4728a4480 /src
parent971ad84f9413fda8903eb3b0a62ae0a474eefbc4 (diff)
need cursor pointer in keytab routines
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1064 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/keytab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/keytab.h b/src/include/krb5/keytab.h
index 0ea2dbbe4..19da0a5af 100644
--- 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 *));