X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_ws.h;fp=src%2Flp_ws.h;h=217ee386ea49c8bd0f1464bfa81613fce06013fa;hb=46060dff64e29c944d2d70d446b14850f686a0e4;hp=6e1990f72fb4544eeaa8e85c20f9486166015b93;hpb=79b84fe8eb9db4d6a0a8f32d705dd75383cd6366;p=ppastats.git diff --git a/src/lp_ws.h b/src/lp_ws.h index 6e1990f..217ee38 100644 --- a/src/lp_ws.h +++ b/src/lp_ws.h @@ -22,9 +22,11 @@ #include "lp.h" -struct binary_package_publishing_history * * -get_binary_package_publishing_history_list(const char *archive_url, - const char *package_status); +/* + * 'ws_size': size of the reply array of the getPublishedBinaries request. + */ +struct bpph ** +get_bpph_list(const char *archive_url, const char *package_status, int ws_size); int get_download_count(const char *archive_url);