diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/keytab.h | 4 |
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 *)); |
