12345678910111213141516171819202122 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
- <html>
- <head>
- <title>FtpInit</title>
- <link rel="stylesheet" type="text/css" href="doc.css">
- </head>
- <body>
- <h1>FtpInit</h1>
- <p>Initialize the library.</p>
- <h2>SYNOPSIS</h2>
- <pre>
- #include <ftplib.h>
- void FtpInit(void);
- </pre>
- <h2>PARAMETERS</h2>
- <p>None.</p>
- <h2>DESCRIPTION</h2>
- <p>Performs any required initialization for the library.</p>
- <h2>RETURN VALUE</h2>
- <p>None.</p>
- </body>
- </html>
|