X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp.h;h=47c861fd25c1f95980dfb53fc12ada89e8daa9b8;hb=f279b20c8087cd0d118c258f2d76d2e3c19d53f6;hp=9940b919e5441e73a59c1f8b9de50498ba8a5fe4;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/lp.h b/src/lp.h index 9940b91..47c861f 100644 --- a/src/lp.h +++ b/src/lp.h @@ -91,6 +91,12 @@ struct bpph **bpph_list_append_list(struct bpph **list1, struct bpph **list2); char *get_archive_url(const char *owner, const char *ppa); -char *time_to_str(time_t t); +time_t ddts_get_last_date(struct daily_download_total **); + +struct daily_download_total ** +ddts_merge(struct daily_download_total **, + struct daily_download_total **); + +int ddts_get_count(struct daily_download_total **); #endif