summaryrefslogtreecommitdiffstats
path: root/src/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.h')
-rw-r--r--src/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.h b/src/db.h
index 8f1424ba..a26ad1c2 100644
--- a/src/db.h
+++ b/src/db.h
@@ -37,7 +37,7 @@ typedef struct __pacdb_t {
pacdb_t* db_open(char *root, char *dbpath, char *treename);
void db_close(pacdb_t *db);
-PMList* db_loadpkgs(pacdb_t *db, PMList *pkgcache);
+PMList* db_loadpkgs(pacdb_t *db);
pkginfo_t* db_scan(pacdb_t *db, char *target, unsigned int inforeq);
pkginfo_t* db_read(pacdb_t *db, struct dirent *ent, unsigned int inforeq);
int db_write(pacdb_t *db, pkginfo_t *info);