X-Git-Url: https://unix4lyfe.org/gitweb/darkstat/blobdiff_plain/fa6fef9d7db2875136d60db0a26bb6aad4912804..0736c704e88399324e1a3c5d484cb116458c23b1:/html.h diff --git a/html.h b/html.h index bfe86b4..b024cc5 100644 --- a/html.h +++ b/html.h @@ -4,12 +4,11 @@ * copyright (c) 2006 Ben Stewart. * copyright (c) 2010 Malte S. Stretz. */ -#ifndef __DARKSTAT_HTML_H -#define __DARKSTAT_HTML_H + +struct str; void html_open(struct str *buf, const char *title, - const int want_graph_js); + const unsigned int path_depth, const int want_graph_js); void html_close(struct str *buf); -#endif /* vim:set ts=3 sw=3 tw=78 expandtab: */