mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
Declare fuction setpassive in file cmds.c void and update corresponding
prototype declaration in extern.h.
This commit is contained in:
parent
802265809c
commit
240baf2f68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2846
@ -2135,6 +2135,7 @@ macdef(argc, argv)
|
||||
/*
|
||||
* Start up passive mode interaction
|
||||
*/
|
||||
void
|
||||
setpassive()
|
||||
{
|
||||
passivemode = !passivemode;
|
||||
|
@ -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 **));
|
||||
|
Loading…
Reference in New Issue
Block a user