summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/node.h b/node.h
index 0ab636680..0f7201083 100644
--- a/node.h
+++ b/node.h
@@ -158,7 +158,8 @@ error_t node_unlink_file (node_t * dir, char *name);
port to the topmost one opened as `flags` require*/
error_t node_set_translators (struct protid *diruser, node_t * np,
char *trans, /*set these on `node` */
- size_t ntrans, int flags, mach_port_t * port);
+ size_t ntrans, int flags, char * filename,
+ mach_port_t * port);
/*---------------------------------------------------------------------------*/
/*Kill the topmost translator for this node*/
/*This function will normally be called from netfs_attempt_lookup,