summaryrefslogtreecommitdiff
path: root/odb-tests/libcommon/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/libcommon/common.hxx')
-rw-r--r--odb-tests/libcommon/common.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb-tests/libcommon/common.hxx b/odb-tests/libcommon/common.hxx
index 9ab978d..904bfc6 100644
--- a/odb-tests/libcommon/common.hxx
+++ b/odb-tests/libcommon/common.hxx
@@ -35,6 +35,9 @@ create_specific_database (int argc,
return std::unique_ptr<T> (&dynamic_cast<T&> (*r.release ()));
}
+LIBCOMMON_SYMEXPORT std::string
+quote_name (const std::string&);
+
// This function returns an accurate result only if the result iterator
// hasn't been advanced and after the call the result is no longer valid.
//