projects
/
darkstat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update portability notes.
[darkstat]
/
html.h
diff --git
a/html.h
b/html.h
index
296e022
..
b024cc5
100644
(file)
--- a/
html.h
+++ b/
html.h
@@
-4,14
+4,11
@@
* copyright (c) 2006 Ben Stewart.
* copyright (c) 2010 Malte S. Stretz.
*/
* 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,
-
void (*header_callback)(struct str *buf)
);
+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);
void html_close(struct str *buf);
-#endif
/* vim:set ts=3 sw=3 tw=78 expandtab: */
/* vim:set ts=3 sw=3 tw=78 expandtab: */