/* */ #ifndef D_RPC_HELPER_H #define D_RPC_HELPER_H #include "common.h" #include namespace aria2 { namespace rpc { struct RpcRequest; #ifdef ENABLE_XML_RPC RpcRequest xmlParseMemory(const char* xml, size_t size); #endif // ENABLE_XML_RPC } // namespace rpc } // namespace aria2 #endif // D_RPC_HELPER_H