Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/db.h')
-rw-r--r--src/pacman/db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pacman/db.h b/src/pacman/db.h
index 549fe03c..07713408 100644
--- a/src/pacman/db.h
+++ b/src/pacman/db.h
@@ -21,6 +21,9 @@
#ifndef _PM_DB_H
#define _PM_DB_H
+int db_getlastupdate(PM_DB *db, char *ts);
+int db_setlastupdate(PM_DB *db, char *ts);
+
int db_search(PM_DB *db, const char *treename, list_t *needles);
#endif /* _PM_DB_H */