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
bfe86b4
..
b024cc5
100644
(file)
--- a/
html.h
+++ b/
html.h
@@
-4,12
+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
+
+struct str;
void html_open(struct str *buf, const char *title,
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);
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: */