Read the contents of lists files coming from 'dist' entries
[project/opkg-lede.git] / libopkg / pkg_hash.h
index 1165d83ccfe8a9fadbf878f119dab867710a2ebd..b3cf3d139036f921ded773a3001be9f3b6eca50a 100644 (file)
@@ -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);