summaryrefslogtreecommitdiff
path: root/cli/cli/header.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli/header.hxx')
-rw-r--r--cli/cli/header.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/cli/cli/header.hxx b/cli/cli/header.hxx
new file mode 100644
index 0000000..e6e68ee
--- /dev/null
+++ b/cli/cli/header.hxx
@@ -0,0 +1,13 @@
+// file : cli/header.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// license : MIT; see accompanying LICENSE file
+
+#ifndef CLI_HEADER_HXX
+#define CLI_HEADER_HXX
+
+#include <cli/context.hxx>
+
+void
+generate_header (context&);
+
+#endif // CLI_HEADER_HXX