summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-07 01:28:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-07 01:28:14 +0000
commit360fc8ba4b531ca44e553be6259c44afc3862175 (patch)
treeb0d7cf37e2070a7bf5a2f8f3b0625c3774501966 /nuttx/fs/nfs/rpc.h
parent28018fba86d34a2f772c078fe93498a374dbbd55 (diff)
downloadpx4-nuttx-360fc8ba4b531ca44e553be6259c44afc3862175.tar.gz
px4-nuttx-360fc8ba4b531ca44e553be6259c44afc3862175.tar.bz2
px4-nuttx-360fc8ba4b531ca44e553be6259c44afc3862175.zip
RPC updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4460 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/rpc.h')
-rw-r--r--nuttx/fs/nfs/rpc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h
index a08923d01..db29007fd 100644
--- a/nuttx/fs/nfs/rpc.h
+++ b/nuttx/fs/nfs/rpc.h
@@ -71,12 +71,12 @@
****************************************************************************/
int krpc_call(struct sockaddr_in *, unsigned int, unsigned int, unsigned int,
- int);
+ struct sockaddr **, int);
int krpc_portmap(struct sockaddr_in *, unsigned int, unsigned int, uint16_t *);
-struct mbuf *xdr_string_encode(char *, int);
-struct mbuf *xdr_string_decode(struct mbuf *, char *, int *);
-struct mbuf *xdr_inaddr_encode(struct in_addr *);
-struct mbuf *xdr_inaddr_decode(struct mbuf *, struct in_addr *);
+void xdr_string_encode(char *, int);
+void xdr_string_decode(char *, int *);
+void xdr_inaddr_encode(struct in_addr *);
+void xdr_inaddr_decode(struct in_addr *);
#endif /* __FS_NFS_RPC_H */