|
@@ -344,7 +344,6 @@ void varbufdependency(struct varbuf *vb, struct dependency *dep);
|
|
|
|
|
|
|
|
/*** from vercmp.c ***/
|
|
/*** from vercmp.c ***/
|
|
|
|
|
|
|
|
-bool versionsatisfied(struct pkgbin *it, struct deppossi *against);
|
|
|
|
|
bool versionsatisfied3(const struct versionrevision *it,
|
|
bool versionsatisfied3(const struct versionrevision *it,
|
|
|
const struct versionrevision *ref,
|
|
const struct versionrevision *ref,
|
|
|
enum depverrel verrel);
|
|
enum depverrel verrel);
|
|
@@ -353,6 +352,10 @@ int versioncompare(const struct versionrevision *version,
|
|
|
bool epochsdiffer(const struct versionrevision *a,
|
|
bool epochsdiffer(const struct versionrevision *a,
|
|
|
const struct versionrevision *b);
|
|
const struct versionrevision *b);
|
|
|
|
|
|
|
|
|
|
+/*** from depcon.c ***/
|
|
|
|
|
+
|
|
|
|
|
+bool versionsatisfied(struct pkgbin *it, struct deppossi *against);
|
|
|
|
|
+
|
|
|
/*** from nfmalloc.c ***/
|
|
/*** from nfmalloc.c ***/
|
|
|
void *nfmalloc(size_t);
|
|
void *nfmalloc(size_t);
|
|
|
char *nfstrsave(const char*);
|
|
char *nfstrsave(const char*);
|