X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Fppastats.h;h=e88893dbd983a85eab77d0412ea80140399e886e;hp=0b89956ab11a87046ff1a6bd1ea010228726329f;hb=c75862be119ac38a67f841fcc7da339be423973a;hpb=abe6822b309d92edd1cc6bcf488eb584fc30c7bb diff --git a/src/ppastats.h b/src/ppastats.h index 0b89956..e88893d 100644 --- a/src/ppastats.h +++ b/src/ppastats.h @@ -62,9 +62,13 @@ struct ppa_stats { struct daily_download_total **daily_download_totals; }; +/* + * 'ws_size': size of the reply array of the getPublishedBinaries request. + */ struct ppa_stats *create_ppa_stats(const char *owner, const char *ppa, - const char *package_status); + const char *package_status, + int ws_size); void ppa_stats_free(struct ppa_stats *ppastats); #endif