From 9b4f6d4a7a084036d065cca411b23881d1241427 Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 26 Jun 1996 20:31:11 +0000 Subject: Makefile: Add -Wall to CFLAGS ftpio.h: It's ftpGetModTime, not ftpModTime --- lib/libftpio/ftpio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libftpio/ftpio.h') diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 9ba2f1f..47136b5 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -20,7 +20,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.h,v 1.2 1996/06/17 15:28:08 jkh Exp $ + * $Id: ftpio.h,v 1.3 1996/06/22 21:43:56 jkh Exp $ */ /* Internal housekeeping data structure for FTP sessions */ @@ -47,6 +47,6 @@ extern int ftpBinary(FILE *fp); extern int ftpPassive(FILE *fp, int status); extern FILE *ftpGetURL(char *url, char *user, char *passwd); extern FILE *ftpPutURL(char *url, char *user, char *passwd); -extern time_t ftpModtime(FILE *fp, char *s); +extern time_t ftpGetModtime(FILE *fp, char *s); #endif /* _FTP_H_INCLUDE */ -- cgit v1.1