X-Git-Url: https://unix4lyfe.org/gitweb/darkstat/blobdiff_plain/bb5f338e2e84c3f961eb619e965e4b2f47d3a13f..0736c704e88399324e1a3c5d484cb116458c23b1:/html.h diff --git a/html.h b/html.h index 2dcc874..b024cc5 100644 --- a/html.h +++ b/html.h @@ -4,14 +4,11 @@ * copyright (c) 2006 Ben Stewart. * copyright (c) 2010 Malte S. Stretz. */ -#ifndef __DARKSTAT_HTML_H -#define __DARKSTAT_HTML_H -#include "config.h" /* for PACKAGE_STRING */ +struct str; -void html_open(struct str *buf, const char *title, const char *interface, - const int want_graph_js); +void html_open(struct str *buf, const char *title, + 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: */