summaryrefslogtreecommitdiff
path: root/nfs/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/nfs.h')
-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;
+};