summaryrefslogtreecommitdiffstats
path: root/src/pacman.h
diff options
context:
space:
mode:
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 330969ce..37b86853 100644
--- a/src/pacman.h
+++ b/src/pacman.h
@@ -22,7 +22,7 @@
#define _PAC_PACMAN_H
#ifndef PACVER
-#define PACVER "2.0"
+#define PACVER "2.1"
#endif
#ifndef PKGDIR
@@ -50,7 +50,7 @@ int pacman_sync(pacdb_t *db, PMList *targets);
int pacman_deptest(pacdb_t *db, PMList *targets);
PMList* checkdeps(pacdb_t *db, unsigned short op, PMList *targets);
-int resolvedeps(pacdb_t *local, pacdb_t *sync, pkginfo_t *package, PMList *list, PMList *trail);
+int resolvedeps(pacdb_t *local, PMList *databases, syncpkg_t *sync, PMList *list, PMList *trail);
int splitdep(char *depstr, depend_t *depend);
int lckmk(char *file, int retries, unsigned int sleep_secs);