/* */ #ifndef D_DOWNLOAD_HANDLER_CONSTANTS_H #define D_DOWNLOAD_HANDLER_CONSTANTS_H #include "common.h" namespace aria2 { // These methods returns NULL-terminated list of c-strings. const char* const* getMetalinkExtensions(); const char* const* getMetalinkContentTypes(); const char* const* getBtExtensions(); const char* const* getBtContentTypes(); } // namespace aria2 #endif // D_DOWNLOAD_HANDLER_CONSTANTS_H