summaryrefslogtreecommitdiff
path: root/libprint/print.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libprint/print.hxx')
-rw-r--r--libprint/print.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/libprint/print.hxx b/libprint/print.hxx
new file mode 100644
index 0000000..63cb541
--- /dev/null
+++ b/libprint/print.hxx
@@ -0,0 +1,10 @@
+// file: libprint/print.hxx -*- C++ -*-
+
+#pragma once
+
+#include <string>
+
+#include <libprint/export.hxx>
+
+LIBPRINT_EXPORT void
+print (const std::string& hello);