summaryrefslogtreecommitdiff
path: root/netfs/ice/volume.ice
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/ice/volume.ice')
-rw-r--r--netfs/ice/volume.ice1
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/ice/volume.ice b/netfs/ice/volume.ice
index 7b0e3e0..34f46ba 100644
--- a/netfs/ice/volume.ice
+++ b/netfs/ice/volume.ice
@@ -29,6 +29,7 @@ module NetFS {
void mkdir(ReqEnv env, string path, int mode) throws AuthError, SystemError;
void rmdir(ReqEnv env, string path) throws AuthError, SystemError;
+ void mknod(ReqEnv env, string path, int mode, int dev) throws AuthError, SystemError;
void symlink(ReqEnv env, string path1, string path2) throws AuthError, SystemError;
void link(ReqEnv env, string path1, string path2) throws AuthError, SystemError;
void rename(ReqEnv env, string from, string to) throws AuthError, SystemError;