Declare fuction setpassive in file cmds.c void and update corresponding

prototype declaration in extern.h.
This commit is contained in:
Steven Wallace 1994-09-18 05:45:29 +00:00
parent 802265809c
commit 240baf2f68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2846
2 changed files with 2 additions and 1 deletions

View File

@ -2135,6 +2135,7 @@ macdef(argc, argv)
/*
* Start up passive mode interaction
*/
void
setpassive()
{
passivemode = !passivemode;

View File

@ -120,7 +120,7 @@ void setglob __P((int, char **));
void sethash __P((int, char **));
void setnmap __P((int, char **));
void setntrans __P((int, char **));
void setpassive __P((int, char **));
void setpassive __P(());
void setpeer __P((int, char **));
void setport __P((int, char **));
void setprompt __P((int, char **));