X-Git-Url: https://unix4lyfe.org/gitweb/darkstat/blobdiff_plain/8a8b16582f1b1a8c589748e7532b5ba37f230fab..0736c704e88399324e1a3c5d484cb116458c23b1:/html.h diff --git a/html.h b/html.h index 8e5d915..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 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: */