set copyright year to 2015
[ppastats.git] / src / lp_ws.h
index 217ee38..519afdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 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);