diff --git a/appl/ftp/ftpd/extern.h b/appl/ftp/ftpd/extern.h index 6b128e115..fbd5afce3 100644 --- a/appl/ftp/ftpd/extern.h +++ b/appl/ftp/ftpd/extern.h @@ -72,7 +72,7 @@ void renamecmd(char *, char *); char *renamefrom(char *); void reply(int, const char *, ...); void retrieve(char *, char *); -void send_file_list(char *, int minus_l); +void send_file_list(char *); void setproctitle(const char *, ...); void statcmd(void); void statfilecmd(char *);