summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman.h')
-rw-r--r--src/pacman/pacman.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h
index f5b972bb..77d83d6e 100644
--- a/src/pacman/pacman.h
+++ b/src/pacman/pacman.h
@@ -22,8 +22,12 @@
#include <alpm_list.h>
+void cleanup(int ret);
+
/* database.c */
int pacman_database(alpm_list_t *targets);
+/* deptest.c */
+int pacman_deptest(alpm_list_t *targets);
/* query.c */
int pacman_query(alpm_list_t *targets);
/* remove.c */
@@ -33,9 +37,6 @@ int pacman_sync(alpm_list_t *targets);
/* upgrade.c */
int pacman_upgrade(alpm_list_t *targets);
-/* deptest.c */
-int pacman_deptest(alpm_list_t *targets);
-
#endif /* _PM_PACMAN_H */
/* vim: set ts=2 sw=2 noet: */