summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.h
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-01-17 23:01:57 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-01-17 23:01:57 +0100
commitc7bcaeb7e82b9b74ab9734863827ff98db2b1fdd (patch)
treef64639dc3dc966e8f74a5ff1f783cdb0cd3ae5f2 /lib/libalpm/deps.h
parent4e8220fae7f90164313cf1e629721d6436477796 (diff)
downloadpacman-c7bcaeb7e82b9b74ab9734863827ff98db2b1fdd.tar.gz
pacman-c7bcaeb7e82b9b74ab9734863827ff98db2b1fdd.tar.xz
fixed detection for duplicate entries in list of deps/conflicts
Diffstat (limited to 'lib/libalpm/deps.h')
-rw-r--r--lib/libalpm/deps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h
index b01314bc..99032833 100644
--- a/lib/libalpm/deps.h
+++ b/lib/libalpm/deps.h
@@ -36,6 +36,7 @@ typedef struct __pmdepmissing_t {
pmdepend_t depend;
} pmdepmissing_t;
+int dep_isin(pmdepmissing_t *needle, PMList *haystack);
PMList *sortbydeps(PMList *targets, int mode);
PMList *checkdeps(pmdb_t *db, unsigned char op, PMList *packages);
int splitdep(char *depstr, pmdepend_t *depend);