From 9567337fd2444aa9b30a6cbfdd5bc9a98d171f25 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Wed, 15 Apr 2009 09:56:09 +0300 Subject: fetch: new applet to download .apk files Fixes #24. --- src/apk_archive.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/apk_archive.h') 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); -- cgit v1.2.3-60-g2f50