summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-17 16:59:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-17 16:59:14 +0000
commite0d4b8289f8346c56fe737923c7a293b91ae83ba (patch)
tree3a03684a1b99abd98f84cd682b7856ea2d94d930 /nfs
parent145956fc595c1b2574d7c0a53a17aa707496aa2a (diff)
entered into RCS
Diffstat (limited to 'nfs')
-rw-r--r--nfs/nfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 72e98d00..80f621c1 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -16,5 +16,13 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+struct netnode
+{
+ nfsv2_fhandle_t handle;
+};
+struct netcred
+{
+ struct rpc_auth auth;
+};