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