/* */ #ifndef ARIA2_API_H #define ARIA2_API_H #include "common.h" #include #include namespace aria2 { struct Context; struct Session { Session(const KeyVals& options); ~Session(); std::shared_ptr context; }; } // namespace aria2 #endif // ARIA2_API_H