commit | 1d9dfeb33487d3516e4749eba9426073f508c7e2 | [log] [tgz] |
---|---|---|
author | Dieter Baron <dillo@nih.at> | Sun Sep 28 23:02:54 2014 +0200 |
committer | Dieter Baron <dillo@nih.at> | Sun Sep 28 23:02:54 2014 +0200 |
tree | db9622a69716893c149461883abb1d767ac1a882 | |
parent | 7f290e11452ad4acd6273ae3739989629e54a27b [diff] [blame] |
Use zip_XXX_t instead of struct zip_XXX or enum zip_XXX.
diff --git a/lib/zip_get_file_comment.c b/lib/zip_get_file_comment.c index 20bbf99..d5f50bf 100644 --- a/lib/zip_get_file_comment.c +++ b/lib/zip_get_file_comment.c
@@ -37,7 +37,7 @@ ZIP_EXTERN const char * -zip_get_file_comment(struct zip *za, zip_uint64_t idx, int *lenp, int flags) +zip_get_file_comment(zip_t *za, zip_uint64_t idx, int *lenp, int flags) { zip_uint32_t len; const char *s;