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.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/libformat/libformat/format.hxx b/libformat/libformat/format.hxx
index c711c16..3641b67 100644
--- a/libformat/libformat/format.hxx
+++ b/libformat/libformat/format.hxx
@@ -1,5 +1,3 @@
-// file: libformat/format.hxx -*- C++ -*-
-
#pragma once
#include <string>
@@ -10,6 +8,6 @@ namespace format
{
enum class volume {quiet, normal, loud};
- LIBFORMAT_EXPORT std::string
- message (const std::string& greeting, const std::string& name, volume);
+ LIBFORMAT_SYMEXPORT std::string
+ format_hello (const std::string& greeting, const std::string& name, volume);
}