summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-13 13:24:19 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-13 13:24:19 +0000
commit5a60a172ef55b94d26e94b3f874d2f534b6f1b87 (patch)
tree9d73cc3dcfdc6ed177a985e6954b6eed37d7e997
parent34711896bdc13085fd5f2c3790fe6e813d2128d9 (diff)
(register_fresh_stat): Add decl.
-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 **);