X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_ws.h;fp=src%2Flp_ws.h;h=4676939829e7b5733870691cc8e4b35c7d2929ac;hb=967d20c38c65689c96a0276e6f916b4f8e2617de;hp=6e1990f72fb4544eeaa8e85c20f9486166015b93;hpb=490b3190f22c0b678f3d1cd07e2d6b1f40bd280e;p=ppastats.git diff --git a/src/lp_ws.h b/src/lp_ws.h index 6e1990f..4676939 100644 --- a/src/lp_ws.h +++ b/src/lp_ws.h @@ -22,9 +22,8 @@ #include "lp.h" -struct binary_package_publishing_history * * -get_binary_package_publishing_history_list(const char *archive_url, - const char *package_status); +struct bpph ** +get_bpph_list(const char *archive_url, const char *package_status); int get_download_count(const char *archive_url);