Changeset 79796 in vbox for trunk/src/VBox
- Timestamp:
- Jul 15, 2019 3:32:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r79611 r79796 194 194 RTEXITCODE errorGetOpt(USAGECATEGORY enmCommand, int rc, union RTGETOPTUNION const *pValueUnion); 195 195 RTEXITCODE errorGetOptEx(USAGECATEGORY enmCommand, uint64_t fSubcommandScope, int rc, union RTGETOPTUNION const *pValueUnion); 196 RTEXITCODE errorArgument(const char *pszFormat, ...) ;196 RTEXITCODE errorArgument(const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(1, 2); 197 197 198 198 void printUsageInternal(USAGECATEGORY enmCommand, PRTSTREAM pStrm);
Note:
See TracChangeset
for help on using the changeset viewer.