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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h
index ddf6e62a..e7d3aa64 100644
--- a/src/pacman/pacman.h
+++ b/src/pacman/pacman.h
@@ -28,6 +28,8 @@
int pacman_database(alpm_list_t *targets);
/* deptest.c */
int pacman_deptest(alpm_list_t *targets);
+/* files.c */
+int pacman_files(alpm_list_t *files);
/* query.c */
int pacman_query(alpm_list_t *targets);
/* remove.c */