From 5a60a172ef55b94d26e94b3f874d2f534b6f1b87 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 13 Jun 1996 13:24:19 +0000 Subject: (register_fresh_stat): Add decl. --- nfs/nfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nfs/nfs.h') 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 **); -- cgit v1.2.3