aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nfs/nfs_socket.h')
-rw-r--r--nuttx/fs/nfs/nfs_socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/nfs/nfs_socket.h b/nuttx/fs/nfs/nfs_socket.h
index 7b31bf9f4..4fa4c05ad 100644
--- a/nuttx/fs/nfs/nfs_socket.h
+++ b/nuttx/fs/nfs/nfs_socket.h
@@ -10,7 +10,7 @@
* copyright (c) 2004
* the regents of the university of michigan
* all rights reserved
- *
+ *
* permission is granted to use, copy, create derivative works and redistribute
* this software and such derivative works for any purpose, so long as the name
* of the university of michigan is not used in any advertising or publicity
@@ -18,7 +18,7 @@
* written prior authorization. if the above copyright notice or any other
* identification of the university of michigan is included in any copy of any
* portion of this software, then the disclaimer below must also be included.
- *
+ *
* this software is provided as is, without representation from the university
* of michigan as to its fitness for any purpose, and without warranty by the
* university of michigan of any kind, either express or implied, including
@@ -61,7 +61,7 @@ EXTERN void nfs_disconnect(struct nfsmount *);
EXTERN int nfs_sigintr(struct nfsmount *, struct nfsreq *, cthread_t *);
EXTERN void nfs_safedisconnect(struct nfsmount *);
#endif
-EXTERN int nfs_request(struct nfsmount *, int, void*, void*);
+EXTERN int nfs_request(struct nfsmount *, int, void *, void **);
EXTERN int nfs_nmcancelreqs(struct nfsmount *);
#undef EXTERN