X-Git-Url: http://git.openwrt.org/?p=project%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fpkg_hash.h;fp=libopkg%2Fpkg_hash.h;h=b10c878207f6de225170a030b562f72ce1c0c251;hp=e5ab2e0974fe1ac59576eecab0f3bb9dfcaa29af;hb=1d67ab7d70717436c63e3312c0b97eccd58233fa;hpb=66f458decf9fd2839d77bf420e93d9c78025488a diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h index e5ab2e0..b10c878 100644 --- a/libopkg/pkg_hash.h +++ b/libopkg/pkg_hash.h @@ -28,7 +28,6 @@ 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 state_flags, void (*cb)(pkg_t *, void *), void *priv);