projects
/
darkstat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove headers callback and tidy up html module a bit.
[darkstat]
/
html.h
diff --git
a/html.h
b/html.h
index
296e022
..
2dcc874
100644
(file)
--- a/
html.h
+++ b/
html.h
@@
-10,7
+10,7
@@
#include "config.h" /* for PACKAGE_STRING */
void html_open(struct str *buf, const char *title, const char *interface,
-
void (*header_callback)(struct str *buf)
);
+
const int want_graph_js
);
void html_close(struct str *buf);
#endif