mirror of https://github.com/aria2/aria2
9 lines
141 B
C
9 lines
141 B
C
|
#include "common.h"
|
||
|
#include <string>
|
||
|
|
||
|
namespace aria2 {
|
||
|
|
||
|
void createFile(const std::string& filename, size_t length);
|
||
|
|
||
|
} // namespace aria2
|