X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fpkg_hash.h;h=dcf69f5ebcb4c8f3a10dcde806b527fb76ab7fcc;hp=e72ffed88460a5c58d8af79a0e29258b4e88f52b;hb=a65b6cb58937885c115059aa571c2b3a57d90888;hpb=d79ee5c52f301aaa721f9061daf2c1d0c11e5615 diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h index e72ffed..dcf69f5 100644 --- a/libopkg/pkg_hash.h +++ b/libopkg/pkg_hash.h @@ -30,7 +30,7 @@ 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); + pkg_dest_t * dest, int is_status_file, int state_flags); int pkg_hash_load_feeds(void); int pkg_hash_load_status_files(void);