diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 04:57:45 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 04:57:45 +0000 |
commit | 5dd90aa4527c92a41b35cb213e76451fc5598a2e (patch) | |
tree | 76f982c70b532b8bb48e7b38793d32ee5ef1b235 /libexec/telnetd/telnetd.h | |
parent | 0cbe16d93e279506d912159a3f989a71807a608f (diff) |
-Wall -Werror cleanup
Diffstat (limited to 'libexec/telnetd/telnetd.h')
-rw-r--r-- | libexec/telnetd/telnetd.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.h b/libexec/telnetd/telnetd.h index d7817fe2878..c156a35c33c 100644 --- a/libexec/telnetd/telnetd.h +++ b/libexec/telnetd/telnetd.h @@ -34,7 +34,7 @@ */ - +#include <err.h> #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -229,3 +229,8 @@ int output_data (const char *format, ...) __attribute__ ((format (printf, 1, 2))) #endif ; + +void esetenv(const char *, const char *, int); +void mini_inetd(int); +void socket_set_reuseaddr (int, int); + |