Changeset 5911 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Dec 2, 2007 9:21:00 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getopt.cpp
r5843 r5911 26 26 27 27 28 RTDECL(int) RTGetOpt(int argc, c har *argv[], PCRTOPTIONDEF paOptions, size_t cOptions, int *piThis, PRTOPTIONUNION pValueUnion)28 RTDECL(int) RTGetOpt(int argc, const char *argv[], PCRTOPTIONDEF paOptions, size_t cOptions, int *piThis, PRTOPTIONUNION pValueUnion) 29 29 { 30 30 pValueUnion->pDef = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.