libxbps: remove unused xbps_check_pkg_file_hash().

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091128015121-wxiy8y0ift5ykrdm
This commit is contained in:
Juan RP
2009-11-28 02:51:21 +01:00
parent bf7ca100f6
commit e652de8d5a
2 changed files with 0 additions and 31 deletions

View File

@ -235,8 +235,6 @@ int SYMEXPORT xbps_unpack_binary_pkg(prop_dictionary_t, bool);
char SYMEXPORT *xbps_xasprintf(const char *, ...);
char SYMEXPORT *xbps_get_file_hash(const char *);
int SYMEXPORT xbps_check_file_hash(const char *, const char *);
int SYMEXPORT xbps_check_pkg_file_hash(prop_dictionary_t,
const char *);
int SYMEXPORT xbps_check_is_installed_pkg(const char *);
bool SYMEXPORT xbps_check_is_installed_pkgname(const char *);
bool SYMEXPORT xbps_check_is_repo_string_remote(const char *);