#ifndef XRPL_SERVER_JSONRPCUTIL_H_INCLUDED #define XRPL_SERVER_JSONRPCUTIL_H_INCLUDED #include #include #include namespace xrpl { void HTTPReply( int nStatus, std::string const& strMsg, Json::Output const&, beast::Journal j); } // namespace xrpl #endif