Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-21 12:12:29 -0500
committerDan McGee <dan@archlinux.org>2011-04-21 12:12:29 -0500
commitada5bc1404098f644048477c8b6265060aaf1c98 (patch)
tree438b9159a8ec416e881cd83130c2c5b77cc8d911 /lib/libalpm/add.c
parent908e9f41ed19685a7442acf629220e20b7c003a2 (diff)
parent36737aebb78f170611bf46867de0054347593b79 (diff)
Merge remote-tracking branch 'remy/doxygen'
Diffstat (limited to 'lib/libalpm/add.c')
-rw-r--r--lib/libalpm/add.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c
index 65795c74..44e3eb9f 100644
--- a/lib/libalpm/add.c
+++ b/lib/libalpm/add.c
@@ -47,10 +47,7 @@
#include "remove.h"
#include "handle.h"
-/** Add a package to the transaction.
- * @param pkg the package to add
- * @return 0 on success, -1 on error (pm_errno is set accordingly)
- */
+/** Add a package to the transaction. */
int SYMEXPORT alpm_add_pkg(pmpkg_t *pkg)
{
const char *pkgname, *pkgver;