mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-10 21:38:19 -05:00
fb7e1b4b9b
This new function is meant to deprecate all existing sync/add target functions : int alpm_sync_target(char *target); int alpm_sync_dbtarget(char *db, char *target); int alpm_add_target(char *target); Rather than dropping these 3 interfaces, it might be better to rewrite them using alpm_add_pkg for now. Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com> |
||
---|---|---|
.. | ||
libalpm |