changed order for readability

This commit is contained in:
Fotios Valasiadis 2022-10-02 08:11:17 +03:00 committed by Duncan Overbruck
parent 97db203822
commit f5d84e8339

View File

@ -1233,9 +1233,9 @@ int xbps_transaction_update_pkg(struct xbps_handle *xhp, const char *pkgname, bo
* @return 0 on success, otherwise an errno value.
* @retval EBUSY The xbps package must be updated.
* @retval EEXIST All installed packages are already up-to-date.
* @retval EINVAL Any other error ocurred in the process.
* @retval ENOENT No packages currently register.
* @retval ENOTSUP No repositories currently installed.
* @retval EINVAL Any other error ocurred in the process.
*/
int xbps_transaction_update_packages(struct xbps_handle *xhp);