Changeset 82731 in vbox
- Timestamp:
- Jan 13, 2020 5:56:36 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/ftp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ftp.h
r82727 r82731 31 31 #endif 32 32 33 #include <iprt/types.h> 33 34 #include <iprt/fs.h> 34 #include <iprt/types.h>35 35 36 36 RT_C_DECLS_BEGIN 37 37 38 /** @defgroup grp_rt_ftp RTFTPServer - FTP server implementation.38 /** @defgroup grp_rt_ftp RTFtp - FTP server and client. 39 39 * @ingroup grp_rt 40 * @{ 41 */ 42 43 /** @defgroup grp_rt_ftpserver RTFtpServer - FTP server implementation. 40 44 * @{ 41 45 */ … … 286 290 RTR3DECL(int) RTFtpServerDestroy(RTFTPSERVER hFTPServer); 287 291 292 /** @} */ 293 294 /** @} */ 288 295 RT_C_DECLS_END 289 296 290 297 #endif /* !IPRT_INCLUDED_ftp_h */ 298
Note:
See TracChangeset
for help on using the changeset viewer.

