VirtualBox

Changeset 82688 in vbox for trunk/include/iprt/ftp.h


Ignore:
Timestamp:
Jan 9, 2020 10:48:37 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/FTP: More protocol handling and callback work. bugref:9437 [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ftp.h

    r82687 r82688  
    175175    DECLCALLBACKMEMBER(int,  pfnOnPathGetCurrent)(PRTFTPCALLBACKDATA pData, char *pszPWD, size_t cbPWD);
    176176    DECLCALLBACKMEMBER(int,  pfnOnList)(PRTFTPCALLBACKDATA pData, void **ppvData, size_t *pcbData);
    177 } RTFTPSERVERCALLBACKS, *PRTFTPSERVERCALLBACKS;
     177} RTFTPSERVERCALLBACKS;
    178178/** Pointer to a FTP server callback data table. */
    179179typedef RTFTPSERVERCALLBACKS *PRTFTPSERVERCALLBACKS;
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