On 19/4/20 12:22 pm, Anatol Pomozov wrote: > This function got replaced by its multiplexed couterpart alpm_dbs_update(). > If one needs to reproduce alpm_db_update() functionality then create a > single item list and pass it to alpm_dbs_update(). >
This patch is good. However, I would like alpm_dbs_update() renamed to alpm_db_update(). All our database functions are in the form alpm_db_xxxx(). For users of the library, it makes little difference whether the API change is a change in function name vs change in function signature. Allan
