aboutsummaryrefslogtreecommitdiff
path: root/filesystem/include/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem/include/filesystem.h')
-rw-r--r--filesystem/include/filesystem.h4
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.
17bool make_relative_path( 17bool 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);