summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/librtemsNfs.h
diff options
context:
space:
mode:
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.