ipfs-chromium
Loading...
Searching...
No Matches
include
ipfs_client
gw
default_requestor.h
1
#ifndef IPFS_DEFAULT_REQUESTOR_LIST_H_
2
#define IPFS_DEFAULT_REQUESTOR_LIST_H_
3
4
#include "requestor.h"
5
6
namespace
ipfs::gw {
7
std::shared_ptr<Requestor> default_requestor(std::shared_ptr<Requestor> early,
8
std::shared_ptr<Client>);
9
}
10
11
#endif
// IPFS_DEFAULT_REQUESTOR_LIST_H_
Generated by
1.9.8