mirror of
https://github.com/aria2/aria2.git
synced 2025-01-21 17:25:08 +00:00
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
|