X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_ws.h;h=b822ce94f8caf44b52991dab0b3da972fb8f4366;hb=47415d6ef7b12572e99b59d18dc63e053fdb4f16;hp=6e1990f72fb4544eeaa8e85c20f9486166015b93;hpb=fa460465ab78c48ace6d8563e6d35917b30fab09;p=ppastats.git diff --git a/src/lp_ws.h b/src/lp_ws.h index 6e1990f..b822ce9 100644 --- a/src/lp_ws.h +++ b/src/lp_ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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);