diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-09-09 14:30:11 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-09-09 14:30:11 +0000 |
| commit | f218b7fcbbc8bbf6a2b09f04cfe1eeb52eedf481 (patch) | |
| tree | 1921a7e180c57f58419d81092c22b98c3a816b43 /libexec/talkd/announce.c | |
| parent | d3ca0b131bdcaf6bace259a62713c6252816bae1 (diff) | |
Notes
Diffstat (limited to 'libexec/talkd/announce.c')
| -rw-r--r-- | libexec/talkd/announce.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index eb88a446c2736..2761c413b45f6 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -57,10 +57,11 @@ static const char rcsid[] = #include <unistd.h> #include <vis.h> +#include "ttymsg.h" + extern char hostname[]; int print_mesg __P((char *, FILE *, CTL_MSG *, char *)); -char *ttymsg __P((struct iovec *, int, char *, int)); /* * Announce an invitation to talk. |
