/* */ #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** getMetalinkExtensions(); const char** getMetalinkContentTypes(); const char** getBtExtensions(); const char** getBtContentTypes(); } // namespace aria2 #endif // D_DOWNLOAD_HANDLER_CONSTANTS_H