Changeset 99775 in vbox for trunk/src/bldprogs/scmsubversion.cpp
- Timestamp:
- May 12, 2023 12:21:58 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmsubversion.cpp
r98103 r99775 327 327 * Free with RTStrFree, regardless of return status. 328 328 */ 329 int RTProcExecToString(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,330 PRTPROCSTATUS pStatus, char **ppszStdOut, char **ppszStdErr)329 static int RTProcExecToString(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags, 330 PRTPROCSTATUS pStatus, char **ppszStdOut, char **ppszStdErr) 331 331 { 332 332 int rc2; … … 509 509 * @param pStatus Where to return the status on success. 510 510 */ 511 int RTProcExec(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,512 PRTPROCSTATUS pStatus)511 static int RTProcExec(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags, 512 PRTPROCSTATUS pStatus) 513 513 { 514 514 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.