summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman.h')
-rw-r--r--src/pacman/pacman.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h
index f5b972bb..8bb9cb27 100644
--- a/src/pacman/pacman.h
+++ b/src/pacman/pacman.h
@@ -24,18 +24,18 @@
/* 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 */
int pacman_remove(alpm_list_t *targets);
/* sync.c */
int pacman_sync(alpm_list_t *targets);
+int sync_prepare_execute(void);
/* 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: */