diff options
Diffstat (limited to 'src/apk_archive.h')
-rw-r--r-- | src/apk_archive.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/apk_archive.h b/src/apk_archive.h index b048398..4651255 100644 --- a/src/apk_archive.h +++ b/src/apk_archive.h @@ -20,8 +20,6 @@ typedef int (*apk_archive_entry_parser)(void *ctx, const struct apk_file_info *ae, struct apk_istream *istream); -int apk_file_get_info(const char *filename, struct apk_file_info *fi); - int apk_parse_tar(struct apk_istream *, apk_archive_entry_parser parser, void *ctx); int apk_parse_tar_gz(struct apk_bstream *, apk_archive_entry_parser parser, void *ctx); |