X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Fhtml.h;h=45cedb27f21e5410b975d6afb829a141350e545f;hp=2c4c1ecaeaff8cfc89fbffb11bbbbb0e2b1c598f;hb=c75862be119ac38a67f841fcc7da339be423973a;hpb=abe6822b309d92edd1cc6bcf488eb584fc30c7bb diff --git a/src/html.h b/src/html.h index 2c4c1ec..45cedb2 100644 --- a/src/html.h +++ b/src/html.h @@ -22,10 +22,14 @@ #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