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