From 7662263998b56b51f173c8abf8263d0f82b04603 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 26 Apr 1995 14:04:23 +0000 Subject: [PATCH] Move out of FtpLibrary.h and into the .c files that actually need them. Fix a number of additional warnings. --- lib/libftp/FtpCommand.c | 1 + lib/libftp/FtpGood.c | 1 + lib/libftp/FtpLibrary.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libftp/FtpCommand.c b/lib/libftp/FtpCommand.c index 06421ba50d79..94e85949720e 100644 --- a/lib/libftp/FtpCommand.c +++ b/lib/libftp/FtpCommand.c @@ -13,6 +13,7 @@ Commercial usage is also possible with participation of it's author. */ #include "FtpLibrary.h" +#include STATUS FtpCommand(va_alist) va_dcl diff --git a/lib/libftp/FtpGood.c b/lib/libftp/FtpGood.c index 332232a553b9..e64959d6edd6 100644 --- a/lib/libftp/FtpGood.c +++ b/lib/libftp/FtpGood.c @@ -13,6 +13,7 @@ Commercial usage is also possible with participation of it's author. */ #include "FtpLibrary.h" +#include STATUS FtpGood(va_alist) va_dcl diff --git a/lib/libftp/FtpLibrary.h b/lib/libftp/FtpLibrary.h index 9a045d8cb173..d834e3b1cd41 100644 --- a/lib/libftp/FtpLibrary.h +++ b/lib/libftp/FtpLibrary.h @@ -29,7 +29,6 @@ Commercial usage is also possible with participation of it's author. #include #include #include -#include #include #include