diff --git a/appl/ftp/ftpd/extern.h b/appl/ftp/ftpd/extern.h index fb4852728..6e36eaf6a 100644 --- a/appl/ftp/ftpd/extern.h +++ b/appl/ftp/ftpd/extern.h @@ -63,7 +63,7 @@ void abor(void); void blkfree(char **); char **copyblk(char **); -void cwd(char *); +void cwd(const char *); void do_delete(char *); void dologout(int); void eprt(char *);