/[inetutils]/inetutils/ftp/ftp.c
ViewVC logotype

Diff of /inetutils/ftp/ftp.c

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

revision 1.22 by alainm, Tue Feb 27 17:07:12 2001 UTC revision 1.23 by ams, Sun Apr 28 16:56:10 2002 UTC
# Line 84  static char sccsid[] = "@(#)ftp.c      8.6 (B Line 84  static char sccsid[] = "@(#)ftp.c      8.6 (B
84    
85  #include "ftp_var.h"  #include "ftp_var.h"
86    
87  #ifndef HAVE_FCLOSE_DECL  #ifndef HAVE_DECL_FCLOSE
88  /* Some systems don't declare fclose in <stdio.h>, so do it ourselves.  */  /* Some systems don't declare fclose in <stdio.h>, so do it ourselves.  */
89  extern int fclose __P ((FILE *));  extern int fclose __P ((FILE *));
90  #endif  #endif
91    
92  #ifndef HAVE_PCLOSE_DECL  #ifndef HAVE_DECL_PCLOSE
93  /* Some systems don't declare pclose in <stdio.h>, so do it ourselves.  */  /* Some systems don't declare pclose in <stdio.h>, so do it ourselves.  */
94  extern int pclose __P ((FILE *));  extern int pclose __P ((FILE *));
95  #endif  #endif

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26