14 lines
208 B
C
14 lines
208 B
C
|
|
/*************
|
||
|
|
* Header file for define.c
|
||
|
|
* 1999 E. Rouat
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef DEFINE_H_INCLUDED
|
||
|
|
#define DEFINE_H_INCLUDED
|
||
|
|
|
||
|
|
void com_define(wordlist *wlist);
|
||
|
|
void com_undefine(wordlist *wlist);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|