Remove dup xbps_cmpver_* func, use just the real one.

--HG--
extra : convert_revision : cde78bdcccc68bb865d5bd76a84c00055f451e96
This commit is contained in:
Juan RP
2009-06-07 05:02:58 +02:00
parent bef5f8c9dd
commit e1e3e254ab
6 changed files with 6 additions and 15 deletions

View File

@@ -67,8 +67,7 @@
#endif
/* from lib/cmpver.c */
int xbps_cmpver_packages(const char *, const char *);
int xbps_cmpver_versions(const char *, const char *);
int xbps_cmpver(const char *, const char *);
/* From lib/fexec.c */
int xbps_file_exec(const char *, ...);