summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-02-04 01:23:44 +0000
committerkris <kris@FreeBSD.org>2002-02-04 01:23:44 +0000
commit94f0c44ca8b799021526de9d5982b60e76315416 (patch)
tree3b554f010cee187f0c2b1d901d02dfe46f5ed23c /libexec
parent6ca02c89121783d081330d0d34c5cc8ce05c8b57 (diff)
downloadFreeBSD-src-94f0c44ca8b799021526de9d5982b60e76315416.zip
FreeBSD-src-94f0c44ca8b799021526de9d5982b60e76315416.tar.gz
Silence some FORMAT_AUDIT warnings (one left)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index 8c15e05..7c1cc8e 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
OpenPOWER on IntegriCloud