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