Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk_1/ftp_main.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/ftp_main.h revision 1 by hirohitohigashi, Wed Feb 18 08:06:53 2009 UTC trunk_1/ftp_main.h revision 15 by hirohitohigashi, Wed Feb 25 13:29:32 2009 UTC
# Line 58  int ftp_get (int sck, char *FileName, in Line 58  int ftp_get (int sck, char *FileName, in
58  int ftp_list (int sck, int verbose);  int ftp_list (int sck, int verbose);
59  int ftp_nlist (int sck, int verbose);  int ftp_nlist (int sck, int verbose);
60  int ftp_put (int sck, char *FileName, int verbose);  int ftp_put (int sck, char *FileName, int verbose);
61    int ftp_append (int sck, char *FileName, char *target, int verbose);
62    
63  #ifdef __cplusplus  #ifdef __cplusplus
64          }          }

Legend:
Removed from v.1  
changed lines
  Added in v.15

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26