|
|
| version 1.2, 2003/06/17 04:27:08 | version 1.3, 2003/11/14 03:54:31 |
|---|---|
| Line 32 | Line 32 |
| * | * |
| * @(#)announce.c 8.3 (Berkeley) 4/28/95 | * @(#)announce.c 8.3 (Berkeley) 4/28/95 |
| * $FreeBSD: src/libexec/talkd/announce.c,v 1.11.2.3 2001/10/18 12:30:42 des Exp $ | * $FreeBSD: src/libexec/talkd/announce.c,v 1.11.2.3 2001/10/18 12:30:42 des Exp $ |
| * $DragonFly: src/libexec/talkd/announce.c,v 1.1 2003/06/16 05:00:38 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/types.h> | #include <sys/types.h> |
| Line 57 | Line 57 |
| extern char hostname[]; | extern char hostname[]; |
| int print_mesg __P((char *, FILE *, CTL_MSG *, char *)); | int print_mesg (char *, FILE *, CTL_MSG *, char *); |
| /* | /* |
| * Announce an invitation to talk. | * Announce an invitation to talk. |