diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ccache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index 70125fe38..cecfa0fc2 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -19,7 +19,7 @@ typedef krb5_pointer krb5_cc_cursor; /* cursor for sequential lookup */ typedef struct _krb5_ccache { - struct krb5_cc_ops *ops; + struct _krb5_cc_ops *ops; void *data; } *krb5_ccache; |
