projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
787df35
)
Remove unnecessary header sentinel.
author
Emil Mikulic
<emikulic@gmail.com>
Sat, 4 Jun 2011 08:21:43 +0000
(18:21 +1000)
committer
Emil Mikulic
<emikulic@gmail.com>
Sat, 4 Jun 2011 14:00:31 +0000
(
00:00
+1000)
html.h
patch
|
blob
|
history
diff --git
a/html.h
b/html.h
index
e89a857
..
736d81e
100644
(file)
--- a/
html.h
+++ b/
html.h
@@
-4,12
+4,11
@@
* 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, const int path_depth,
const int want_graph_js);
void html_close(struct str *buf);
-#endif
/* vim:set ts=3 sw=3 tw=78 expandtab: */