diff options
author | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:54:40 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:54:40 +0000 |
commit | 4ec0681c2ee00ce756f3230d9f785f3fb8827dd0 (patch) | |
tree | 4a64fee53cb6c0c3a7ae471c54ce863da2589db6 /libexec | |
parent | c0afd6fbcc0d6e9b817627f162362d6dd27b5923 (diff) |
some -Wimplicit-function-declaration cleaning; ok millert@
Diffstat (limited to 'libexec')
-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 *, ...); |