X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_ws.h;h=83fb2f653ccd3c405073eb12f8c1b6a3f6d9de51;hb=15efb827ba930217333f96c3fefdcb21434436bb;hp=217ee386ea49c8bd0f1464bfa81613fce06013fa;hpb=c75862be119ac38a67f841fcc7da339be423973a;p=ppastats.git diff --git a/src/lp_ws.h b/src/lp_ws.h index 217ee38..83fb2f6 100644 --- a/src/lp_ws.h +++ b/src/lp_ws.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 @@ -32,7 +32,8 @@ int get_download_count(const char *archive_url); const struct distro_arch_series *get_distro_arch_series(const char *url); -struct daily_download_total **get_daily_download_totals(const char *binary_url); +struct daily_download_total **get_daily_download_totals(const char *binary_url, + time_t date_created); const struct distro_series *get_distro_series(const char *distro_series_url);