summaryrefslogtreecommitdiff
path: root/nfs/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r--nfs/nfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 0b52f68a..2c5e567b 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -168,6 +168,9 @@ error_t nfs_error_trans (int);
/* mount.c */
struct node *mount_root (char *, char *);
+/* ops.c */
+int *register_fresh_stat (struct node *, int *);
+
/* rpc.c */
int *initialize_rpc (int, int, int, size_t, void **, uid_t, gid_t, gid_t);
error_t conduct_rpc (void **, int **);