Move <varargs.h> out of FtpLibrary.h and into the .c files that actually

need them.  Fix a number of additional warnings.
This commit is contained in:
Jordan K. Hubbard 1995-04-26 14:04:23 +00:00
parent 80206f052f
commit 7662263998
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8079
3 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Commercial usage is also possible with participation of it's author.
*/
#include "FtpLibrary.h"
#include <varargs.h>
STATUS FtpCommand(va_alist)
va_dcl

View File

@ -13,6 +13,7 @@ Commercial usage is also possible with participation of it's author.
*/
#include "FtpLibrary.h"
#include <varargs.h>
STATUS FtpGood(va_alist)
va_dcl

View File

@ -29,7 +29,6 @@ Commercial usage is also possible with participation of it's author.
#include <arpa/ftp.h>
#include <netinet/in.h>
#include <netdb.h>
#include <varargs.h>
#include <arpa/telnet.h>
#include <sys/stat.h>