summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2017-10-12 20:10:31 -0400
committerDan Halbert <halbert@halwitz.org>2017-10-12 20:10:31 -0400
commitfabaa2ec3045c4709de05c238a6525d0fe2e3cb2 (patch)
tree7df563824134ca60ba95eb6f376220eb7b49f7ae /supervisor
parentb7591cfd19d308091dc67ae698c112cdb52a044f (diff)
parent922006dd59323e6019e8fbfe1938e0c30121999c (diff)
merge 2.x changes into master; touch up Makefile CFLAGS logic
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/filesystem.h b/supervisor/filesystem.h
index 38923c6f5..fd2bf0364 100644
--- a/supervisor/filesystem.h
+++ b/supervisor/filesystem.h
@@ -29,7 +29,7 @@
#include <stdbool.h>
-void filesystem_init(void);
+void filesystem_init(bool create_allowed);
void filesystem_flush(void);
void filesystem_default_writeable(bool writeable);
bool filesystem_present(void);