summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/rcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/rcache.h b/src/include/krb5/rcache.h
index fecd271aa..a4faf29d3 100644
--- a/src/include/krb5/rcache.h
+++ b/src/include/krb5/rcache.h
@@ -31,7 +31,7 @@ typedef struct _krb5_rc_ops {
krb5_error_code (*expunge)PROTOTYPE((krb5_rcache));
krb5_error_code (*get_span)PROTOTYPE((krb5_rcache,krb5_deltat *));
char *(*get_name)PROTOTYPE((krb5_rcache));
- krb5_error_code (*resolve)PROTOTYPE((krb5_rcache *,char *));
+ krb5_error_code (*resolve)PROTOTYPE((krb5_rcache, char *));
} krb5_rc_ops;
krb5_error_code krb5_rc_default PROTOTYPE((krb5_rcache *));