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