Bitcoin Core
0.21.1
P2P Digital Currency
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
src
util
url.h
Go to the documentation of this file.
1
// Copyright (c) 2015-2020 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.
4
5
#ifndef BITCOIN_UTIL_URL_H
6
#define BITCOIN_UTIL_URL_H
7
8
#include <string>
9
10
using
UrlDecodeFn
= std::string(
const
std::string& url_encoded);
11
UrlDecodeFn
urlDecode
;
12
extern
UrlDecodeFn
*
const
URL_DECODE
;
13
14
#endif // BITCOIN_UTIL_URL_H
urlDecode
UrlDecodeFn urlDecode
Definition:
url.h:11
URL_DECODE
UrlDecodeFn *const URL_DECODE
Definition:
bitcoin-cli.cpp:38
UrlDecodeFn
std::string(const std::string &url_encoded) UrlDecodeFn
Definition:
url.h:10
Generated on Fri Apr 30 2021 13:53:46 for Bitcoin Core by
1.8.8