summaryrefslogtreecommitdiffstats
path: root/src/pacman/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/db.h')
-rw-r--r--src/pacman/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/db.h b/src/pacman/db.h
index 7b38719f..d28b0976 100644
--- a/src/pacman/db.h
+++ b/src/pacman/db.h
@@ -21,7 +21,7 @@
#ifndef _PM_DB_H
#define _PM_DB_H
-int db_search(PM_DB *db, char *treename, char *needle);
+int db_search(PM_DB *db, const char *treename, list_t *needles);
#endif /* _PM_DB_H */