alpm.h: fix inconsistency in function prototype
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
8d5018e780
commit
05f87e0b09
1 changed files with 2 additions and 2 deletions
|
@ -945,13 +945,13 @@ alpm_transflag_t alpm_trans_get_flags(alpm_handle_t *handle);
|
||||||
* @param handle the context handle
|
* @param handle the context handle
|
||||||
* @return a list of alpm_pkg_t structures
|
* @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.
|
/** Returns the list of packages removed by the transaction.
|
||||||
* @param handle the context handle
|
* @param handle the context handle
|
||||||
* @return a list of alpm_pkg_t structures
|
* @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.
|
/** Initialize the transaction.
|
||||||
* @param handle the context handle
|
* @param handle the context handle
|
||||||
|
|
Loading…
Add table
Reference in a new issue