summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/keytab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/keytab.h b/src/include/krb5/keytab.h
index 5d145ad49..2b4b759a0 100644
--- a/src/include/krb5/keytab.h
+++ b/src/include/krb5/keytab.h
@@ -59,7 +59,7 @@ typedef struct _krb5_kt_ops {
krb5_error_code (*add) PROTOTYPE((krb5_keytab,
krb5_keytab_entry *));
krb5_error_code (*remove) PROTOTYPE((krb5_keytab,
- krb5_kt_cursor));
+ krb5_keytab_entry *));
} krb5_kt_ops;
#endif /* KRB5_KEYTAB__ */