performance: keep track of the ddts older than 4 weeks
[ppastats.git] / src / lp_json.h
index f40c5c3..ca082dd 100644 (file)
@@ -41,4 +41,8 @@ struct distro_series *json_object_to_distro_series(json_object *o);
 struct daily_download_total * *
 json_object_to_daily_download_totals(json_object *o);
 
+json_object *ddts_to_json(struct daily_download_total **);
+
+struct json_object *date_to_json(struct tm *tm);
+
 #endif