summaryrefslogtreecommitdiff
path: root/src/user/lib/fs/misc.h
diff options
context:
space:
mode:
authordzwdz2022-09-20 23:28:06 +0200
committerdzwdz2022-09-20 23:28:06 +0200
commit917833cbe99c2083895f7ca28af218270de964d1 (patch)
treed70bbc7a6c115ed1931f7bab3ca4515b0f8a139b /src/user/lib/fs/misc.h
parent76bc59944ad60157670927b89425246e249efe5f (diff)
user: s/fs_delegate/forward_open
Diffstat (limited to 'src/user/lib/fs/misc.h')
-rw-r--r--src/user/lib/fs/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/fs/misc.h b/src/user/lib/fs/misc.h
index 87e1be2..d90100d 100644
--- a/src/user/lib/fs/misc.h
+++ b/src/user/lib/fs/misc.h
@@ -4,7 +4,7 @@
bool fork2_n_mount(const char *path);
-void fs_delegate(handle_t reqh, const char *path, long len, int flags);
+void forward_open(handle_t reqh, const char *path, long len, int flags);
void fs_passthru(const char *prefix);
void fs_whitelist(const char **list);