added --get-bpph-size to specify the size of the requests to get the list of binary...
[ppastats.git] / src / lp_ws.h
index 4676939..217ee38 100644 (file)
 
 #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);