Skip to content

Commit

Permalink
zip_source_get_dos_time is not extern.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed May 23, 2024
1 parent 1b151b4 commit 98dee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zip_source_get_dostime.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "zipint.h"

/* Returns -1 on error, 0 on no dostime available, 1 for dostime returned */
ZIP_EXTERN int
int
zip_source_get_dos_time(zip_source_t *src, zip_dostime_t *dos_time) {
if (src->source_closed) {
return -1;
Expand Down

0 comments on commit 98dee13

Please sign in to comment.