diff options
Diffstat (limited to 'supervisor/filesystem.h')
| -rw-r--r-- | supervisor/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/filesystem.h b/supervisor/filesystem.h index cfd1ed027..eb9e65c09 100644 --- a/supervisor/filesystem.h +++ b/supervisor/filesystem.h @@ -29,7 +29,7 @@ #include <stdbool.h> -void filesystem_init(bool create_allowed); +void filesystem_init(bool create_allowed, bool force_create); void filesystem_flush(void); void filesystem_writable_by_python(bool writable); bool filesystem_present(void); |
