aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/str.h
blob: 63629501e85eb36bfe08c7d06f8ed12eaadf1616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#ifndef BITCOIN_TEST_UTIL_STR_H
#define BITCOIN_TEST_UTIL_STR_H

#include <string>

bool CaseInsensitiveEqual(const std::string& s1, const std::string& s2);

#endif // BITCOIN_TEST_UTIL_STR_H