Add pubDate to RSS generator
[blerg.git] / database / database.h
index 0ef1c7d..d128869 100644 (file)
@@ -34,5 +34,6 @@ int blerg_close(struct blerg *);
 int blerg_store(struct blerg *, const char *, int);
 int blerg_fetch(struct blerg *, int, char **, int *);
 uint64_t blerg_get_record_count(struct blerg *);
+time_t blerg_get_timestamp(struct blerg *blerg, int record);
 
 #endif //_DATABASE_H