remove empty dir
[reactos.git] / rosapps / net / ncftp / libncftp / ftp.h
1 /* FTP.h
2 *
3 * Copyright (c) 1996-2001 Mike Gleason, NCEMRSoft.
4 * All rights reserved.
5 *
6 */
7
8 /* FTP.c */
9 void MyInetAddr(char *, size_t, char **, int);
10 int GetOurHostName(char *, size_t);
11 void CloseControlConnection(const FTPCIPtr);
12 int SetKeepAlive(const FTPCIPtr, int);
13 int SetLinger(const FTPCIPtr, int, int);
14 int SetTypeOfService(const FTPCIPtr, int, int);
15 int SetInlineOutOfBandData(const FTPCIPtr, int);
16 int OpenControlConnection(const FTPCIPtr, char *, unsigned int);
17 void CloseDataConnection(const FTPCIPtr);
18 int SetStartOffset(const FTPCIPtr, longest_int);
19 int OpenDataConnection(const FTPCIPtr, int);
20 int AcceptDataConnection(const FTPCIPtr);
21 void HangupOnServer(const FTPCIPtr);
22 void SendTelnetInterrupt(const FTPCIPtr);