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/Makefile | 2 +- lib/libftpio/ftpio.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libftpio') diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index 8e6b9c6..fc46bf6 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,5 +1,5 @@ LIB= ftpio -CFLAGS+= -I${.CURDIR} +CFLAGS+= -I${.CURDIR} -Wall SRCS= ftpio.c MAN3= ftpio.3 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