14 lines
166 B
C
14 lines
166 B
C
|
|
/*************
|
||
|
|
* Header file for history.c
|
||
|
|
* 1999 E. Rouat
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef _COM_HISTORY_H
|
||
|
|
#define _COM_HISTORY_H
|
||
|
|
|
||
|
|
void com_history(wordlist *wl);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|