K 10 svn:author V 2 dd K 8 svn:date V 27 2001-09-09T14:23:31.000000Z K 7 svn:log V 361 - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd also use this, and they shouldn't have to have their own prototypes. - Silence warnings about constness and signedness in ttymsg(). This includes changing the return value to a `const char *', and changing the types of `left' and `wret' (both byte counts) to ssize_t. Reviewed by: bde END