0 /* See LICENSE file for copyright and license details. */
1 #ifndef _DISPLAY_H_
2 #define _DISPLAY_H_
3
4 void display();
5 void display_history();
6 int display_ask(char* info, char* action);
7
8 #endif
9