aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/bitcoinkernel.cpp
blob: bb101ba186a2259af89afa2a60e063ac49ea4209 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2022 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <functional>
#include <string>

// Define G_TRANSLATION_FUN symbol in libbitcoinkernel library so users of the
// library aren't required to export this symbol
extern const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;