Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck
[bitcoinplatinum.git] / src / compat / sanity.h
blob909c4f6da82ff63cf9d5b82f8aad040bc5ec43b2
1 // Copyright (c) 2009-2014 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #ifndef BITCOIN_COMPAT_SANITY_H
6 #define BITCOIN_COMPAT_SANITY_H
8 bool glibc_sanity_test();
9 bool glibcxx_sanity_test();
11 #endif // BITCOIN_COMPAT_SANITY_H