mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
14 lines
239 B
C++
14 lines
239 B
C++
#pragma once
|
|
|
|
#include <xrpl/beast/utility/Journal.h>
|
|
#include <xrpl/json/Output.h>
|
|
|
|
#include <string>
|
|
|
|
namespace xrpl {
|
|
|
|
void
|
|
httpReply(int nStatus, std::string const& strMsg, json::Output const&, beast::Journal j);
|
|
|
|
} // namespace xrpl
|