From c03277f83df33976e09759a08683e8af6e37311b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2007 04:08:49 -0400 Subject: add.c and remove.c cleanup Unification and cleanup of the add.c and remove.c code. It looks remarkably similar, so this may be a candidate for functionalization at a later time. Signed-off-by: Dan McGee --- lib/libalpm/alpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libalpm/alpm.c') diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index a53e98b8..b4faf571 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -710,7 +710,7 @@ int SYMEXPORT alpm_trans_addtarget(char *target) } /** Prepare a transaction. - * @param data the address of a PM_LIST where detailed description + * @param data the address of an alpm_list where detailed description * of an error can be dumped (ie. list of conflicting files) * @return 0 on success, -1 on error (pm_errno is set accordingly) */ @@ -729,7 +729,7 @@ int SYMEXPORT alpm_trans_prepare(alpm_list_t **data) } /** Commit a transaction. - * @param data the address of a PM_LIST where detailed description + * @param data the address of an alpm_list where detailed description * of an error can be dumped (ie. list of conflicting files) * @return 0 on success, -1 on error (pm_errno is set accordingly) */ -- cgit v1.2.3-24-g4f1b