X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp.h;h=1428229853ecdedde1dbe666cc2eb5774b67df82;hb=db9b8d2df5a1907af92826771538c6ab37ef2d4e;hp=c52ce3120f824a81b2e4d51a0d7c805e060a14e1;hpb=9a8af404ffbfb331575dc4b37b044d49d728be8b;p=ppastats.git diff --git a/src/lp.h b/src/lp.h index c52ce31..1428229 100644 --- a/src/lp.h +++ b/src/lp.h @@ -91,12 +91,15 @@ 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 **); + +struct daily_download_total *ddt_clone(struct daily_download_total *); +struct daily_download_total **ddts_clone(struct daily_download_total **); + #endif