X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhtml.h;h=858590b53e5ce4160d51527b417a46f63bf1eefc;hb=4f7d6ce1bef70a80070b9b8cd005e1418177ea44;hp=2c4c1ecaeaff8cfc89fbffb11bbbbb0e2b1c598f;hpb=fa460465ab78c48ace6d8563e6d35917b30fab09;p=ppastats.git diff --git a/src/html.h b/src/html.h index 2c4c1ec..858590b 100644 --- a/src/html.h +++ b/src/html.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,10 +22,16 @@ #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); + +void html_cleanup(); #endif