From 2f07ab5e2ca1f0b07afcffc19e8c49ebb2f612d8 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 28 Oct 1999 18:56:47 +0000 Subject: [PATCH] some const-ing git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7260 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/extern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appl/ftp/ftpd/extern.h b/appl/ftp/ftpd/extern.h index df847e5e9..2e1e0d08c 100644 --- a/appl/ftp/ftpd/extern.h +++ b/appl/ftp/ftpd/extern.h @@ -89,7 +89,7 @@ __attribute__ ((format (printf, 1, 2))) ; void pass(char *); void pasv(void); -void perror_reply(int, char *); +void perror_reply(int, const char *); void pwd(void); void removedir(char *); void renamecmd(char *, char *); @@ -99,7 +99,7 @@ void reply(int, const char *, ...) __attribute__ ((format (printf, 2, 3))) #endif ; -void retrieve(char *, char *); +void retrieve(const char *, char *); void send_file_list(char *); void setproctitle(const char *, ...) #ifdef __GNUC__ @@ -113,7 +113,7 @@ void upper(char *); void user(char *); void yyerror(char *); -void list_file(const char*); +void list_file(char*); void kauth(char *, char*); void klist(void);