added --get-bpph-size to specify the size of the requests to get the list of binary...
[ppastats.git] / src / html.h
index 2c4c1ec..45cedb2 100644 (file)
 
 #include "lp.h"
 
+/*
+ * 'ws_size': size of the reply array of the getPublishedBinaries request.
+ */
 void ppa_to_html(const char *owner,
                 const char *ppa,
                 const char *package_status,
                 const char *output_dir,
-                const int install_static_files);
+                const int install_static_files,
+                int ws_size);
 
 #endif