summaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db.h')
-rw-r--r--db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db.h b/db.h
index 5992c76..771b5e3 100644
--- a/db.h
+++ b/db.h
@@ -3,6 +3,7 @@
#include <glib.h>
#include <sqlite3.h>
+#include <time.h>
struct directory_t {
gchar *name;
@@ -12,6 +13,7 @@ struct directory_t {
struct wallpaper_t {
gchar *filepath;
sqlite_uint64 id;
+ time_t date;
int size;
int width;
int height;