summaryrefslogtreecommitdiffstats
path: root/include/sandboxfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sandboxfs.h')
-rw-r--r--include/sandboxfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sandboxfs.h b/include/sandboxfs.h
index f5213ac107..8ea8cb7e2e 100644
--- a/include/sandboxfs.h
+++ b/include/sandboxfs.h
@@ -26,5 +26,6 @@ long sandbox_fs_read_at(const char *filename, unsigned long pos,
void sandbox_fs_close(void);
int sandbox_fs_ls(const char *dirname);
int fs_read_sandbox(const char *filename, void *buf, int offset, int len);
+int fs_write_sandbox(const char *filename, void *buf, int offset, int len);
#endif
OpenPOWER on IntegriCloud