/* */ #ifndef D_DHT_SETUP_H #define D_DHT_SETUP_H #include "common.h" #include namespace aria2 { class DownloadEngine; class Command; class DHTSetup { public: DHTSetup(); ~DHTSetup(); void setup(std::vector& commands, DownloadEngine* e, int family); }; } // namespace aria2 #endif // D_DHT_SETUP_H