X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp.h;h=394aa17b1ab7e52b9836fd456039bea9661fe611;hb=497e16d17e06f1f303de8f10398353b0821f9c1e;hp=ee15e59d06d7073088be23cd39b3f41a3b61d3a2;hpb=12cf1b3a4702e58c5797be638ab48e899ef932a4;p=ppastats.git diff --git a/src/lp.h b/src/lp.h index ee15e59..394aa17 100644 --- a/src/lp.h +++ b/src/lp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -93,4 +93,12 @@ 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