Changeset 82771 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 15, 2020 2:42:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/ftp-server.cpp
r82770 r82771 630 630 * @returns Duplicated argument vector or NULL if failed or no arguments given. Needs to be free'd with rtFtpCmdArgsFree(). 631 631 * @param cArgs Number of arguments in argument vector. 632 * @param papcszArgsPointer to argument vector to duplicate.632 * @param apcszArgs Pointer to argument vector to duplicate. 633 633 */ 634 634 static char** rtFtpCmdArgsDup(uint8_t cArgs, const char * const *apcszArgs) … … 848 848 * 849 849 * @returns VBox status code. 850 * @param p Client Client to start data connection for.851 * @param pfnThread Pointer to thread function to use.850 * @param pDataConn Data connection to start. 851 * @param pfnThread Thread function for the data connection to use. 852 852 * @param cArgs Number of arguments. 853 853 * @param apcszArgs Array of arguments.
Note:
See TracChangeset
for help on using the changeset viewer.