libopkg: implement pkg_hash_load_package_details() helper
[oweals/opkg-lede.git] / libopkg / pkg_hash.h
index 562eeaa60750007a166321ce1c01202866fa5ee7..e849160b68929513e37a8756b3688195cd1d8f27 100644 (file)
@@ -33,6 +33,7 @@ int pkg_hash_add_from_file(const char *file_name, pkg_src_t * src,
                           pkg_dest_t * dest, int is_status_file, int state_flags);
 int pkg_hash_load_feeds(int state_flags);
 int pkg_hash_load_status_files(void);
+int pkg_hash_load_package_details(void);
 
 void hash_insert_pkg(pkg_t * pkg, int set_status);