X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fppastats.h;h=3c63a01f33b1dfcb1d52329728799b50250b977b;hb=474ab6fa492a8b1dde963fdecb1edebc111c5fb2;hp=e88893dbd983a85eab77d0412ea80140399e886e;hpb=c75862be119ac38a67f841fcc7da339be423973a;p=ppastats.git diff --git a/src/ppastats.h b/src/ppastats.h index e88893d..3c63a01 100644 --- a/src/ppastats.h +++ b/src/ppastats.h @@ -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 @@ -38,6 +38,7 @@ struct distro_stats { struct version_stats { char *version; + time_t date_created; struct distro_stats **distros; int download_count;