extern variable declaration in a .c file is heresy - fixing it

This commit is contained in:
Denis Vlasenko
2007-01-03 01:57:25 +00:00
parent 75fa4eb155
commit bb3d0fab3b
3 changed files with 9 additions and 5 deletions

View File

@@ -64,6 +64,11 @@ typedef struct archive_handle_s {
} archive_handle_t;
extern uint32_t gunzip_crc;
extern off_t gunzip_bytes_out;
extern archive_handle_t *init_handle(void);
extern char filter_accept_all(archive_handle_t *archive_handle);