summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_socket.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-07 01:03:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-07 01:03:34 +0000
commitf0c34b9cdc15c5483a214bec067af62e95363c3c (patch)
tree4cf5eb456cc5750cc98339e44ebc03cfa8951208 /nuttx/fs/nfs/nfs_socket.h
parentc3b4e1492850517906a96c57fefff332614aad4d (diff)
downloadpx4-nuttx-f0c34b9cdc15c5483a214bec067af62e95363c3c.tar.gz
px4-nuttx-f0c34b9cdc15c5483a214bec067af62e95363c3c.tar.bz2
px4-nuttx-f0c34b9cdc15c5483a214bec067af62e95363c3c.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4809 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_socket.h')
-rw-r--r--nuttx/fs/nfs/nfs_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/nfs_socket.h b/nuttx/fs/nfs/nfs_socket.h
index 9052d2bc8..7b67414fb 100644
--- a/nuttx/fs/nfs/nfs_socket.h
+++ b/nuttx/fs/nfs/nfs_socket.h
@@ -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, FAR const void *, FAR void *);
+EXTERN int nfs_request(struct nfsmount *, int, FAR const void *, FAR void *, size_t);
#undef COMP
#ifdef COMP
EXTERN int nfs_nmcancelreqs(struct nfsmount *);