diff options
Diffstat (limited to 'src/appl/gssftp/ftp/ruserpass.c')
-rw-r--r-- | src/appl/gssftp/ftp/ruserpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftp/ruserpass.c b/src/appl/gssftp/ftp/ruserpass.c index fb9c723683..acfabfa2da 100644 --- a/src/appl/gssftp/ftp/ruserpass.c +++ b/src/appl/gssftp/ftp/ruserpass.c @@ -57,7 +57,7 @@ static char sccsid[] = "@(#)ruserpass.c 5.3 (Berkeley) 3/1/91"; #define MAXHOSTNAMELEN 64 #endif -static int token PROTOTYPE((void)); +static int token (void); static FILE *cfile; #define DEFAULT 1 |