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_io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/apk_io.h') diff --git a/src/apk_io.h b/src/apk_io.h index 8ee80f8..a903277 100644 --- a/src/apk_io.h +++ b/src/apk_io.h @@ -67,4 +67,6 @@ struct apk_ostream *apk_ostream_to_file_gz(const char *file, mode_t mode); apk_blob_t apk_blob_from_istream(struct apk_istream *istream, size_t size); apk_blob_t apk_blob_from_file(const char *file); +int apk_file_get_info(const char *filename, struct apk_file_info *fi); + #endif -- cgit v1.2.3