Fix xbps_configure_pkg() reporting old version when upgrading packages.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20090825040302-azurxpyalot07j81
This commit is contained in:
Juan RP
2009-08-25 06:03:02 +02:00
parent 14c9886cfc
commit 10531d7d45
4 changed files with 19 additions and 15 deletions

View File

@ -68,7 +68,7 @@
#endif
/* From lib/configure.c */
int xbps_configure_pkg(const char *, bool);
int xbps_configure_pkg(const char *, const char *, bool);
int xbps_configure_all_pkgs(void);
/* from lib/cmpver.c */