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