diff options
Diffstat (limited to 'net/nfs.h')
-rw-r--r-- | net/nfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ struct rpc_t { } reply; } u; }; -extern void NfsStart(void); /* Begin NFS */ +void nfs_start(void); /* Begin NFS */ /**********************************************************************/ |