mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
- Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
This commit is contained in:
parent
0a0a13a41c
commit
2012315e5a
1206 changed files with 81 additions and 81 deletions
22
rosapps/applications/net/ncftp/libncftp/ftp.h
Normal file
22
rosapps/applications/net/ncftp/libncftp/ftp.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* FTP.h
|
||||
*
|
||||
* Copyright (c) 1996-2001 Mike Gleason, NCEMRSoft.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
/* FTP.c */
|
||||
void MyInetAddr(char *, size_t, char **, int);
|
||||
int GetOurHostName(char *, size_t);
|
||||
void CloseControlConnection(const FTPCIPtr);
|
||||
int SetKeepAlive(const FTPCIPtr, int);
|
||||
int SetLinger(const FTPCIPtr, int, int);
|
||||
int SetTypeOfService(const FTPCIPtr, int, int);
|
||||
int SetInlineOutOfBandData(const FTPCIPtr, int);
|
||||
int OpenControlConnection(const FTPCIPtr, char *, unsigned int);
|
||||
void CloseDataConnection(const FTPCIPtr);
|
||||
int SetStartOffset(const FTPCIPtr, longest_int);
|
||||
int OpenDataConnection(const FTPCIPtr, int);
|
||||
int AcceptDataConnection(const FTPCIPtr);
|
||||
void HangupOnServer(const FTPCIPtr);
|
||||
void SendTelnetInterrupt(const FTPCIPtr);
|
Loading…
Add table
Add a link
Reference in a new issue