summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_hash.h
diff options
context:
space:
mode:
authorjaviplx@gmail.com <javiplx@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2011-04-07 12:11:55 (EDT)
committer javiplx@gmail.com <javiplx@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2011-04-07 12:11:55 (EDT)
commitcc24363fb731bf71f06d4d758df30216967efdb0 (patch)
tree729ab78691d79a766f2518edaa4735446247976c /libopkg/pkg_hash.h
parent6474082c529d7dff6790062969d9e1056e66c566 (diff)
Read the contents of lists files coming from 'dist' entries
git-svn-id: http://opkg.googlecode.com/svn/trunk@616 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/pkg_hash.h')
-rw-r--r--libopkg/pkg_hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h
index 1165d83..b3cf3d1 100644
--- a/libopkg/pkg_hash.h
+++ b/libopkg/pkg_hash.h
@@ -29,6 +29,7 @@ void pkg_hash_deinit(void);
void pkg_hash_fetch_available(pkg_vec_t *available);
+int dist_hash_add_from_file(const char *file_name, pkg_src_t *dist);
int pkg_hash_add_from_file(const char *file_name, pkg_src_t *src,
pkg_dest_t *dest, int is_status_file);
int pkg_hash_load_feeds(void);