diff options
Diffstat (limited to 'usr.bin/wall/ttymsg.h')
-rw-r--r-- | usr.bin/wall/ttymsg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/wall/ttymsg.h b/usr.bin/wall/ttymsg.h new file mode 100644 index 0000000..31312aa --- /dev/null +++ b/usr.bin/wall/ttymsg.h @@ -0,0 +1,3 @@ +/* $FreeBSD$ */ + +const char *ttymsg(struct iovec *, int, const char *, int); |