14 lines
185 B
C
14 lines
185 B
C
|
|
/*************
|
||
|
|
* Header file for com_echo.c
|
||
|
|
* $Id$
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef COM_ECHO_H
|
||
|
|
#define COM_ECHO_H
|
||
|
|
|
||
|
|
#include <wordlist.h>
|
||
|
|
|
||
|
|
void com_echo(wordlist *wlist);
|
||
|
|
|
||
|
|
#endif /* COM_ECHO_H */
|