xbps-bin: add -v flag, used when installing/removing currently.

--HG--
extra : convert_revision : d543b52213bf3d35b17ef29ff74a879bc4342cef
This commit is contained in:
Juan RP 2009-02-17 00:08:03 +01:00
parent 8d5e1ab017
commit fb998feacf
8 changed files with 83 additions and 63 deletions

View file

@ -27,7 +27,7 @@
#define _XBPS_REMOVE_H_
/* From lib/remove.c */
int xbps_remove_binary_pkg(const char *, const char *);
int xbps_remove_binary_pkg(const char *, const char *, int);
int xbps_unregister_pkg(const char *);
#endif /* !_XBPS_REMOVE_H_ */