aboutsummaryrefslogtreecommitdiff
path: root/nfsd/nfsd.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-12 18:31:04 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-12 18:31:04 +0000
commit9474c6318ad2effa3e80246d1012cb111e726bf0 (patch)
treeb1f5dbfbd38913dcc4ebf721f81443472937dec0 /nfsd/nfsd.h
parent4b4fc640461f0f6e152204deda38a4e9272fe9e1 (diff)
downloadhurd-9474c6318ad2effa3e80246d1012cb111e726bf0.tar.gz
hurd-9474c6318ad2effa3e80246d1012cb111e726bf0.tar.bz2
hurd-9474c6318ad2effa3e80246d1012cb111e726bf0.zip
*** empty log message ***
Diffstat (limited to 'nfsd/nfsd.h')
-rw-r--r--nfsd/nfsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsd/nfsd.h b/nfsd/nfsd.h
index 0ea93703..c8ec86e2 100644
--- a/nfsd/nfsd.h
+++ b/nfsd/nfsd.h
@@ -116,7 +116,7 @@ void server_loop (int);
extern struct proctable nfstable, mounttable, pmaptable;
/* xdr.c */
-int nfs_error_trans (error_t);
+int nfs_error_trans (error_t, int);
int *encode_fattr (int *, struct stat *);
int *decode_name (int *, char **);
int *encode_fhandle (int *, char *);