9 lines
89 B
C
9 lines
89 B
C
#ifndef _CHAT_H
|
|
#define _CHAT_H
|
|
|
|
/* $Id$ */
|
|
|
|
void Chat(int); /* Chat Function */
|
|
|
|
#endif
|