mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Added tests for addTorrent and addMetalink command. * test/TestUtil.cc * test/TestUtil.h * test/XmlRpcMethodTest.cc
10 lines
189 B
C++
10 lines
189 B
C++
#include "common.h"
|
|
#include <string>
|
|
|
|
namespace aria2 {
|
|
|
|
void createFile(const std::string& filename, size_t length);
|
|
|
|
std::string readFile(const std::string& path);
|
|
|
|
} // namespace aria2
|