1 /*
2  ** history.h
3  **
4  ** Made by (Matthieu Lucotte)
5  ** Login   <gounter@users.sourceforge.net>
6  **
7  ** Started on  Sat Oct  6 18:45:16 2001 Matthieu Lucotte
8  ** Last update Sat Oct  6 18:45:32 2001 Matthieu Lucotte
9  */
10 
11 #ifndef   __HISTORY_H__
12 #define   __HISTORY_H__
13 
14 void	add_history(char *str);
15 
16 
17 
18 #endif /* __HISTORY_H__ */
19