Changeset 99775 in vbox for trunk/src/VBox/ValidationKit/utils/usb
- Timestamp:
- May 12, 2023 12:21:58 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157370
- Location:
- trunk/src/VBox/ValidationKit/utils/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
r99739 r99775 360 360 * @param pPktHdr The packet to convert. 361 361 */ 362 DECLHIDDEN(void) utsProtocolRepH2N(PUTSPKT HDRpPktHdr);362 DECLHIDDEN(void) utsProtocolRepH2N(PUTSPKTSTS pPktHdr); 363 363 364 364 /** … … 367 367 * @param pPktHdr The packet to convert. 368 368 */ 369 DECLHIDDEN(void) utsProtocolRepN2H(PUTSPKT HDRpPktHdr);369 DECLHIDDEN(void) utsProtocolRepN2H(PUTSPKTSTS pPktHdr); 370 370 371 371 RT_C_DECLS_END -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceTcp.cpp
r98103 r99775 469 469 * @interface_method_impl{UTSTRANSPORT,pfnUsage} 470 470 */ 471 DECLCALLBACK(void) utsTcpUsage(PRTSTREAM pStream)471 static DECLCALLBACK(void) utsTcpUsage(PRTSTREAM pStream) 472 472 { 473 473 RTStrmPrintf(pStream,
Note:
See TracChangeset
for help on using the changeset viewer.