15 lines
204 B
C
15 lines
204 B
C
|
|
/*************
|
||
|
|
* Header file for debugcom.c
|
||
|
|
* 1999 E. Rouat
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef DEBUGCOM_H_INCLUDED
|
||
|
|
#define DEBUGCOM_H_INCLUDED
|
||
|
|
|
||
|
|
void com_state(wordlist *wl);
|
||
|
|
void com_dump(wordlist *wl);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|