summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/librtemsNfs.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-06-30 13:32:29 +1000
committerChris Johns <chrisj@rtems.org>2016-07-06 10:56:23 +1000
commit761ae78e0528ac5c1f46df11e9bea453ac6c82dd (patch)
treeca17a675b6726a252f5c456f012684d360ab161b /rtemsbsd/include/librtemsNfs.h
parentProvide empty RTEMS_BSD_CFGDECL_.* defines if not used. (diff)
downloadrtems-libbsd-761ae78e0528ac5c1f46df11e9bea453ac6c82dd.tar.bz2
Make the license message viewable with a verbose option.
The license details can be viewed if you mount with a -v option: # mount -i nfs -o "-v" 1.2.3.4:/mnt /mnt
Diffstat (limited to 'rtemsbsd/include/librtemsNfs.h')
-rw-r--r--rtemsbsd/include/librtemsNfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsbsd/include/librtemsNfs.h b/rtemsbsd/include/librtemsNfs.h
index 530eee21..01aac389 100644
--- a/rtemsbsd/include/librtemsNfs.h
+++ b/rtemsbsd/include/librtemsNfs.h
@@ -132,7 +132,7 @@ rpcSetXIDs(uint32_t xid);
* @retval 0 on success, -1 on failure
*/
int
-rpcUdpInit(void);
+rpcUdpInit(bool verbose);
/**
* @brief RPC cleanup and stop.
@@ -167,7 +167,7 @@ rpcUdpCleanup(void);
* @retval -1 An error occurred. The errno is set to indicate the error.
*/
int
-nfsInit(int smallPoolDepth, int bigPoolDepth);
+nfsInit(int smallPoolDepth, int bigPoolDepth, bool verbose);
/**
* @brief Driver cleanup code.