#ifndef _CHAT_H
#define _CHAT_H

/* $Id$ */

void Chat(char *, char *);	/* Chat Function */

#endif