summaryrefslogtreecommitdiffstats
path: root/src/pacman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman.h')
-rw-r--r--src/pacman.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pacman.h b/src/pacman.h
index 9c693a69..05775fd8 100644
--- a/src/pacman.h
+++ b/src/pacman.h
@@ -1,7 +1,7 @@
/*
* pacman.h
*
- * Copyright (c) 2002 by Judd Vinet <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2004 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
@@ -22,7 +22,7 @@
#define _PAC_PACMAN_H
#ifndef PACVER
-#define PACVER "2.7.4"
+#define PACVER "2.7.5"
#endif
#ifndef PKGDIR
@@ -53,6 +53,7 @@ int pacman_deptest(pacdb_t *db, PMList *targets);
PMList* sortbydeps(PMList *targets);
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);
int splitdep(char *depstr, depend_t *depend);