index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/deps.h | 2 |
diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h index 60b3a6d8..3a895cbd 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -24,7 +24,7 @@ #include "db.h" #include "sync.h" -PMList *sortbydeps(PMList *targets); +PMList *sortbydeps(PMList *targets, int mode); PMList *checkdeps(pmdb_t *db, unsigned short op, PMList *packages); void splitdep(char *depstr, pmdepend_t *depend); PMList *removedeps(pmdb_t *db, PMList *targs); |