summaryrefslogtreecommitdiff
path: root/libformat/libformat/format.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 15:35:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 15:35:08 +0200
commit8728018f93a73b08a68ab1cea502a5f6b4a2a79e (patch)
tree9e70e77ce7d1c31cce8f1b29103e2dfdb7583603 /libformat/libformat/format.hxx
parentf26b449f825c0641328597b48cacf0d827a63147 (diff)
Regenerate libformat using bdep-new
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);
}