mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 19:45:01 -05:00
Fix wrong parameter name in alpm_db_update's signature
Signed-off-by: Barbu Paul - Gheorghe <barbu.paul.gheorghe@gmail.com>
This commit is contained in:
parent
f619bc61f5
commit
e94876089a
@ -626,7 +626,7 @@ int alpm_db_add_server(alpm_db_t *db, const char *url);
|
|||||||
int alpm_db_remove_server(alpm_db_t *db, const char *url);
|
int alpm_db_remove_server(alpm_db_t *db, const char *url);
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
int alpm_db_update(int level, alpm_db_t *db);
|
int alpm_db_update(int force, alpm_db_t *db);
|
||||||
|
|
||||||
/** Get a package entry from a package database.
|
/** Get a package entry from a package database.
|
||||||
* @param db pointer to the package database to get the package from
|
* @param db pointer to the package database to get the package from
|
||||||
|
Loading…
Reference in New Issue
Block a user