diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 13:24:19 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 13:24:19 +0000 |
commit | 5a60a172ef55b94d26e94b3f874d2f534b6f1b87 (patch) | |
tree | 9d73cc3dcfdc6ed177a985e6954b6eed37d7e997 | |
parent | 34711896bdc13085fd5f2c3790fe6e813d2128d9 (diff) |
(register_fresh_stat): Add decl.
-rw-r--r-- | nfs/nfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 **); |