diff options
Diffstat (limited to 'filesystem/include/filesystem.h')
-rw-r--r-- | filesystem/include/filesystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystem/include/filesystem.h b/filesystem/include/filesystem.h index 62bd7f0..3dce87f 100644 --- a/filesystem/include/filesystem.h +++ b/filesystem/include/filesystem.h | |||
@@ -15,5 +15,5 @@ void* read_file(const char* filepath); | |||
15 | 15 | ||
16 | /// Make a path relative to the parent directory of a file. | 16 | /// Make a path relative to the parent directory of a file. |
17 | bool make_relative_path( | 17 | bool make_relative_path( |
18 | size_t max_path_length, const char* filepath, const char* path, | 18 | const char* filepath, const char* path, char* relative, |
19 | char* relative); | 19 | size_t relative_length); |