set copyright year to 2015
[ppastats.git] / src / html.h
index 2c4c1ec..7c97d05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 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
 
 #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();
+
+void html_set_theme_dir(const char *);
 
 #endif