From 670b315c4d805f1ee86d51ef1632373b35739461 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 17 Apr 2011 09:45:52 +0200 Subject: alpm.h: add/improve function documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- lib/libalpm/sync.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libalpm/sync.c') diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index cb73c7eb..964cfdba 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -81,9 +81,7 @@ pmpkg_t SYMEXPORT *alpm_sync_newversion(pmpkg_t *pkg, alpm_list_t *dbs_sync) return NULL; } -/** Search for packages to upgrade and add them to the transaction. - * @return 0 on success, -1 on error (pm_errno is set accordingly) - */ +/** Search for packages to upgrade and add them to the transaction. */ int SYMEXPORT alpm_sync_sysupgrade(int enable_downgrade) { alpm_list_t *i, *j, *k; -- cgit v1.2.3-24-g4f1b