Changeset 103174 in vbox for trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
- Timestamp:
- Feb 2, 2024 12:59:46 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 161432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r103173 r103174 1330 1330 * Shows tool usage text. 1331 1331 */ 1332 staticRTEXITCODE audioTestUsage(PRTSTREAM pStrm, PCVKATCMD pOnlyCmd)1332 RTEXITCODE audioTestUsage(PRTSTREAM pStrm, PCVKATCMD pOnlyCmd) 1333 1333 { 1334 1334 RTStrmPrintf(pStrm, "usage: %s [global options] <command> [command-options]\n", RTProcShortName()); … … 1399 1399 * Shows tool version. 1400 1400 */ 1401 staticRTEXITCODE audioTestVersion(void)1401 RTEXITCODE audioTestVersion(void) 1402 1402 { 1403 1403 RTPrintf("%s\n", RTBldCfgRevisionStr()); … … 1410 1410 * @param pStream Output stream to show logo on. 1411 1411 */ 1412 staticvoid audioTestShowLogo(PRTSTREAM pStream)1412 void audioTestShowLogo(PRTSTREAM pStream) 1413 1413 { 1414 1414 RTStrmPrintf(pStream, VBOX_PRODUCT " VKAT (Validation Kit Audio Test) Version " VBOX_VERSION_STRING " - r%s\n" … … 1648 1648 return RTEXITCODE_SYNTAX; 1649 1649 } 1650
Note:
See TracChangeset
for help on using the changeset viewer.