summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-04 01:23:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-04 01:23:44 +0000
commit042260016e3e2663c3703c907b7d4a4c75d688bf (patch)
tree3b554f010cee187f0c2b1d901d02dfe46f5ed23c /libexec
parentf4c14283189127f163c9a9c62dc0246fa8155f83 (diff)
Notes
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 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