summaryrefslogtreecommitdiffstats
path: root/src/pacman.h
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-01-12 00:14:16 +0100
committerJudd Vinet <judd@archlinux.org>2005-01-12 00:14:16 +0100
commitd48cc3bf5d0bc9aef5e816c81d3a0f6b8e2680c7 (patch)
treed58b94b8ec3f7909fbf7fd819c0f4a5b873d1285 /src/pacman.h
parentad39cd7bd6858841ebaa4809f151ba03c0e9f3bf (diff)
downloadpacman-d48cc3bf5d0bc9aef5e816c81d3a0f6b8e2680c7.tar.gz
pacman-d48cc3bf5d0bc9aef5e816c81d3a0f6b8e2680c7.tar.xz
Imported from pacman-2.9.5.tar.gz
Diffstat (limited to 'src/pacman.h')
-rw-r--r--src/pacman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pacman.h b/src/pacman.h
index e1a01e14..9e22bb31 100644
--- a/src/pacman.h
+++ b/src/pacman.h
@@ -1,7 +1,7 @@
/*
* pacman.h
*
- * Copyright (c) 2002-2004 by Judd Vinet <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2005 by Judd Vinet <jvinet@zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ int pacman_query(pacdb_t *db, PMList *targets);
int pacman_sync(pacdb_t *db, PMList *targets);
int pacman_deptest(pacdb_t *db, PMList *targets);
-PMList* sortbydeps(PMList *targets);
+PMList* sortbydeps(PMList *targets, int mode);
PMList* checkdeps(pacdb_t *db, unsigned short op, PMList *targets);
PMList* removedeps(pacdb_t *db, PMList *targs);
int resolvedeps(pacdb_t *local, PMList *databases, syncpkg_t *sync, PMList *list, PMList *trail);