summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-08-13 04:50:37 +0200
committerDan McGee <dan@archlinux.org>2011-08-15 13:30:58 +0200
commit05f87e0b09429532b68526eba7e92646974f0f30 (patch)
tree9eee8681eab51555f44948dd9d7556eaf27202b3 /lib/libalpm/alpm.h
parent8d5018e78003689ca1048f0d18a58605b93e3171 (diff)
downloadpacman-05f87e0b09429532b68526eba7e92646974f0f30.tar.gz
pacman-05f87e0b09429532b68526eba7e92646974f0f30.tar.xz
alpm.h: fix inconsistency in function prototype
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 32db687a..6ed82e40 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -945,13 +945,13 @@ alpm_transflag_t alpm_trans_get_flags(alpm_handle_t *handle);
* @param handle the context handle
* @return a list of alpm_pkg_t structures
*/
-alpm_list_t * alpm_trans_get_add(alpm_handle_t *handle);
+alpm_list_t *alpm_trans_get_add(alpm_handle_t *handle);
/** Returns the list of packages removed by the transaction.
* @param handle the context handle
* @return a list of alpm_pkg_t structures
*/
-alpm_list_t * alpm_trans_get_remove(alpm_handle_t *handle);
+alpm_list_t *alpm_trans_get_remove(alpm_handle_t *handle);
/** Initialize the transaction.
* @param handle the context handle