summaryrefslogtreecommitdiff
path: root/cli/html.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/html.hxx')
-rw-r--r--cli/html.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/html.hxx b/cli/html.hxx
new file mode 100644
index 0000000..5794dc7
--- /dev/null
+++ b/cli/html.hxx
@@ -0,0 +1,14 @@
+// file : cli/html.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef CLI_HTML_HXX
+#define CLI_HTML_HXX
+
+#include "context.hxx"
+
+void
+generate_html (context&);
+
+#endif // CLI_HTML_HXX