/* v0.8 * * comm.h: Communications header. * * This program is free software and may be freely redistributed as * specified in the GNU General Public License. Please see the file * 'COPYING' for details. */ void commSetChannel(TAG *, dbref, int, unsigned); void commLabelChannel(TAG *, dbref, int, char *); void commSend(TAG *, dbref, int, char *);