From 042260016e3e2663c3703c907b7d4a4c75d688bf Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 4 Feb 2002 01:23:44 +0000 Subject: [PATCH] Silence some FORMAT_AUDIT warnings (one left) --- libexec/ftpd/extern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 8c15e05e8a1a..7c1cc8edd1db 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -47,7 +47,7 @@ void ftpd_logwtmp(char *, char *, struct sockaddr *addr); int ftpd_pclose(FILE *); FILE *ftpd_popen(char *, char *); char *getline(char *, int, FILE *); -void lreply(int, const char *, ...); +void lreply(int, const char *, ...) __printflike(2, 3); void makedir(char *); void nack(char *); void pass(char *); @@ -58,7 +58,7 @@ void pwd(void); void removedir(char *); void renamecmd(char *, char *); char *renamefrom(char *); -void reply(int, const char *, ...); +void reply(int, const char *, ...) __printflike(2, 3); void retrieve(char *, char *); void send_file_list(char *); #ifdef OLD_SETPROCTITLE