summaryrefslogtreecommitdiff
path: root/netfs/netfsComms.ice
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/netfsComms.ice')
-rw-r--r--netfs/netfsComms.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/netfsComms.ice b/netfs/netfsComms.ice
index 32c96bc..1fcfaf1 100644
--- a/netfs/netfsComms.ice
+++ b/netfs/netfsComms.ice
@@ -38,6 +38,7 @@ module NetFSComms {
interface Files {
void truncate(string path, long size);
void ftruncate(int id, long size);
+ Attr fgetattr(int id);
void unlink(string path);
@@ -62,7 +63,6 @@ module NetFSComms {
interface Misc {
int access(string path, int mode);
Attr getattr(string path);
- Attr fgetattr(int id);
void symlink(string path1, string path2);
void link(string path1, string path2);
void rename(string from, string to);