diff options
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r-- | libexec/ftpd/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 13ad7e39b2e..04002bed97e 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.14 2004/11/28 18:49:29 henning Exp $ */ +/* $OpenBSD: extern.h,v 1.15 2004/12/22 00:54:39 david Exp $ */ /* $NetBSD: extern.h,v 1.2 1995/04/11 02:44:49 cgd Exp $ */ /* @@ -90,6 +90,7 @@ void removedir(char *); void renamecmd(char *, char *); char *renamefrom(char *); void reply(int, const char *, ...); +void reply_r(int, const char *, ...); void retrieve(char *, char *); void send_file_list(char *); void setproctitle(const char *, ...); |