mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 15:12:30 +00:00
Compatibility fixes with thread-safe list tracker changes.
This commit is contained in:
@@ -40,8 +40,6 @@
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
#include "command_map.h"
|
||||
#include "exec_file.h"
|
||||
#include "xmlrpc.h"
|
||||
#include "rpc_manager.h"
|
||||
|
||||
@@ -51,11 +49,6 @@ namespace core {
|
||||
|
||||
namespace rpc {
|
||||
|
||||
// Move to another file?
|
||||
extern CommandMap commands;
|
||||
extern RpcManager rpc;
|
||||
extern ExecFile execFile;
|
||||
|
||||
typedef std::pair<torrent::Object, const char*> parse_command_type;
|
||||
|
||||
// The generic parse command function, used by the rest. At some point
|
||||
|
||||
Reference in New Issue
Block a user