summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/nfsclient/src/librtemsNfs.h')
-rw-r--r--cpukit/libfs/src/nfsclient/src/librtemsNfs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/libfs/src/nfsclient/src/librtemsNfs.h b/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
index ddef9eeab9..f1b2b4f50c 100644
--- a/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
+++ b/cpukit/libfs/src/nfsclient/src/librtemsNfs.h
@@ -135,8 +135,11 @@ rpcUdpCleanup(void);
*
* Supply zero values to have the
* driver chose reasonable defaults.
+ *
+ * @retval 0 Successful operation.
+ * @retval -1 An error occurred. The errno is set to indicate the error.
*/
-void
+int
nfsInit(int smallPoolDepth, int bigPoolDepth);
/**
@@ -201,4 +204,4 @@ nfsGetTimeout(void);
#endif
/** @} */
-#endif \ No newline at end of file
+#endif