diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/krb5/ccache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index cecfa0fc2..1b0fc7ba0 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -26,8 +26,8 @@ typedef struct _krb5_ccache { typedef struct _krb5_cc_ops { char *prefix; char *(*get_name) PROTOTYPE((krb5_ccache)); - krb5_error_code (*resolve) PROTOTYPE((krb5_ccache, char *)); - krb5_error_code (*gen_new) PROTOTYPE((krb5_ccache)); + krb5_error_code (*resolve) PROTOTYPE((krb5_ccache *, char *)); + krb5_error_code (*gen_new) PROTOTYPE((krb5_ccache *)); krb5_error_code (*init) PROTOTYPE((krb5_ccache, krb5_principal)); krb5_error_code (*destroy) PROTOTYPE((krb5_ccache)); krb5_error_code (*close) PROTOTYPE((krb5_ccache)); |