summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-03 00:15:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-03 00:15:10 +0000
commit9e6bb4573162644dc83a51d96f3ffc99f74bae30 (patch)
treec04cf1a916551d9bbcc5ff4d77a270bf285e593c /nuttx/fs/nfs/rpc.h
parentc2bf95773d0f1fe32e28d269ac100a240849b6e4 (diff)
downloadpx4-nuttx-9e6bb4573162644dc83a51d96f3ffc99f74bae30.tar.gz
px4-nuttx-9e6bb4573162644dc83a51d96f3ffc99f74bae30.tar.bz2
px4-nuttx-9e6bb4573162644dc83a51d96f3ffc99f74bae30.zip
RPC updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4446 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index 5fdd21b9f..a08923d01 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -71,7 +71,7 @@
****************************************************************************/
int krpc_call(struct sockaddr_in *, unsigned int, unsigned int, unsigned int,
- struct mbuf **, struct mbuf **, int);
+ int);
int krpc_portmap(struct sockaddr_in *, unsigned int, unsigned int, uint16_t *);
struct mbuf *xdr_string_encode(char *, int);