added module to handle log
[ppastats.git] / src / ppastats.h
index 671eea4..b6b12df 100644 (file)
@@ -20,8 +20,6 @@
 #ifndef _PPASTATS_PPASTATS_H_
 #define _PPASTATS_PPASTATS_H_
 
-extern int debug;
-
 #include "lp.h"
 
 struct arch_stats {
@@ -35,6 +33,7 @@ struct distro_stats {
 
        struct arch_stats **archs;
        int download_count;
+       struct daily_download_total **ddts;
 };
 
 struct version_stats {