summaryrefslogtreecommitdiffstats
path: root/opkg_download.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:20:10 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:20:10 (EST)
commit080a13effc327e8d9c2419d425e81aedc37c6c89 (patch)
tree3a4a7b04e2b393d8695809e084efd8c75abe8d44 /opkg_download.h
parent41a2d0807aace08c3f2895d7768594c929edf3cd (diff)
opkg: initial implementation of package list signature verification
git-svn-id: http://opkg.googlecode.com/svn/trunk@21 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'opkg_download.h')
-rw-r--r--opkg_download.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opkg_download.h b/opkg_download.h
index 24d4da2..d3f419d 100644
--- a/opkg_download.h
+++ b/opkg_download.h
@@ -27,4 +27,5 @@ int opkg_download_pkg(opkg_conf_t *conf, pkg_t *pkg, const char *dir);
*/
int opkg_prepare_url_for_install(opkg_conf_t *conf, const char *url, char **namep);
+int opkg_verify_file (char *text_file, char *sig_file);
#endif