FtpInit.html 448 B

12345678910111213141516171819202122
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html>
  3. <head>
  4. <title>FtpInit</title>
  5. <link rel="stylesheet" type="text/css" href="doc.css">
  6. </head>
  7. <body>
  8. <h1>FtpInit</h1>
  9. <p>Initialize the library.</p>
  10. <h2>SYNOPSIS</h2>
  11. <pre>
  12. #include &lt;ftplib.h&gt;
  13. void FtpInit(void);
  14. </pre>
  15. <h2>PARAMETERS</h2>
  16. <p>None.</p>
  17. <h2>DESCRIPTION</h2>
  18. <p>Performs any required initialization for the library.</p>
  19. <h2>RETURN VALUE</h2>
  20. <p>None.</p>
  21. </body>
  22. </html>