summaryrefslogtreecommitdiff
path: root/libhello/hello.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libhello/hello.hxx')
-rw-r--r--libhello/hello.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/libhello/hello.hxx b/libhello/hello.hxx
new file mode 100644
index 0000000..58bd7b2
--- /dev/null
+++ b/libhello/hello.hxx
@@ -0,0 +1,13 @@
+// file: libhello/hello.hxx -*- C++ -*-
+
+#pragma once
+
+#include <string>
+
+#include <libhello/export.hxx>
+
+namespace hello
+{
+ LIBHELLO_EXPORT void
+ say (const std::string& name);
+}