VirtualBox

Changeset 82771 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 15, 2020 2:42:43 PM (5 years ago)
Author:
vboxsync
Message:

IPRT/FTP: Doxygen build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/ftp-server.cpp

    r82770 r82771  
    630630 * @returns Duplicated argument vector or NULL if failed or no arguments given. Needs to be free'd with rtFtpCmdArgsFree().
    631631 * @param   cArgs               Number of arguments in argument vector.
    632  * @param   papcszArgs          Pointer to argument vector to duplicate.
     632 * @param   apcszArgs           Pointer to argument vector to duplicate.
    633633 */
    634634static char** rtFtpCmdArgsDup(uint8_t cArgs, const char * const *apcszArgs)
     
    848848 *
    849849 * @returns VBox status code.
    850  * @param   pClient             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.
    852852 * @param   cArgs               Number of arguments.
    853853 * @param   apcszArgs           Array of arguments.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette