VirtualBox

Changeset 82824 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Jan 22, 2020 11:56:53 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135793
Message:

IPRT/FTP: Doxygen fixes. bugref:9646

File:
1 edited

Legend:

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

    r82823 r82824  
    879879 * @returns VBox status code.
    880880 * @param   pDataConn           Data connection to write to.
    881  * @param   enmReply            Reply code to send.
    882  * @param   pcszFormat          Format string of message to send with the reply code.
     881 * @param   pcszFormat          Format string to send. No (terminal) termination added.
    883882 */
    884883static int rtFtpServerDataConnPrintf(PRTFTPSERVERDATACONN pDataConn, const char *pcszFormat, ...)
     
    12691268 * @returns pszDst
    12701269 * @param   gid             The GID to format.
    1271  * @param   pszOwner        The owner returned by the FS.
     1270 * @param   pszGroup        The group returned by the FS.
    12721271 * @param   pszDst          The output buffer.
    12731272 * @param   cbDst           The output buffer size.
     
    14501449}
    14511450
     1451/**
     1452 * Writes a directory collection to a specific data connection.
     1453 *
     1454 * @returns VBox status code.
     1455 * @param   pDataConn           Data connection to write directory collection to.
     1456 * @param   pCollection         Collection to write.
     1457 * @param   pszTmp              Temporary buffer used for writing.
     1458 * @param   cbTmp               Size (in bytes) of temporary buffer used for writing.
     1459 */
    14521460static int rtFtpServerDataConnDirCollWrite(PRTFTPSERVERDATACONN pDataConn, PRTFTPDIRCOLLECTION pCollection,
    14531461                                           char *pszTmp, size_t cbTmp)
Note: See TracChangeset for help on using the changeset viewer.

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