Rename xbps_find_orphan_packages() to xbps_find_pkg_orphans().

This commit is contained in:
Juan RP
2011-01-27 12:19:05 +01:00
parent 41341af135
commit 628a6cebf7
4 changed files with 5 additions and 5 deletions

View File

@ -303,7 +303,7 @@ const char *xbps_fetch_error_string(void);
* @return A proplib array of dictionaries with all orphans found,
* on error NULL is returned and errno is set appropiately.
*/
prop_array_t xbps_find_orphan_packages(void);
prop_array_t xbps_find_pkg_orphans(void);
/**
* @ingroup vermatch