From a42059f379e8e3c813499a3dc8659f9239547655 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 1 Nov 1999 04:20:38 +0000 Subject: [PATCH] (list_file): correct prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7293 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index 257d66283..ad7b81b16 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -2092,7 +2092,7 @@ static char *onefile[] = { }; void -list_file(char *file) +list_file(const char *file) { if(use_builtin_ls) { FILE *dout;