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