From a6bececa06f376f86335d1c0175a7f35ca71760a Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 15 Feb 2006 22:53:18 +0000 Subject: moved the .lastupdate support from libalpm to pacman --- src/pacman/db.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pacman/db.h') 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 */ -- cgit v1.2.3