From d4fe220223b2dd5c6bac70c01379d415744daa85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Wed, 18 Dec 1996 20:43:42 +0000 Subject: [PATCH] Make things compile. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1148 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *);