summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/testcase/VDIoBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Storage/testcase/VDIoBackend.h')
-rw-r--r--src/VBox/Storage/testcase/VDIoBackend.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/VBox/Storage/testcase/VDIoBackend.h b/src/VBox/Storage/testcase/VDIoBackend.h
index eb19ffc5216..4c0de108d95 100644
--- a/src/VBox/Storage/testcase/VDIoBackend.h
+++ b/src/VBox/Storage/testcase/VDIoBackend.h
@@ -49,7 +49,7 @@ typedef PVDIOSTORAGE *PPVDIOSTORAGE;
/**
* Completion handler.
*
- * @returns nothing.
+ * @returns IPRT status code.
* @param pvUser Opaque user data.
* @param rcReq Completion code for the request.
*/
@@ -69,8 +69,6 @@ int VDIoBackendCreate(PPVDIOBACKEND ppIoBackend);
/**
* Destroys a memory I/O backend.
*
- * @returns nothing.
- *
* @param pIoBackend The backend to destroy.
*/
void VDIoBackendDestroy(PVDIOBACKEND pIoBackend);