X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Flp_ws.h;h=217ee386ea49c8bd0f1464bfa81613fce06013fa;hp=4676939829e7b5733870691cc8e4b35c7d2929ac;hb=c75862be119ac38a67f841fcc7da339be423973a;hpb=abe6822b309d92edd1cc6bcf488eb584fc30c7bb diff --git a/src/lp_ws.h b/src/lp_ws.h index 4676939..217ee38 100644 --- a/src/lp_ws.h +++ b/src/lp_ws.h @@ -22,8 +22,11 @@ #include "lp.h" +/* + * 'ws_size': size of the reply array of the getPublishedBinaries request. + */ struct bpph ** -get_bpph_list(const char *archive_url, const char *package_status); +get_bpph_list(const char *archive_url, const char *package_status, int ws_size); int get_download_count(const char *archive_url);