#ifndef _HISTORY_H #define _HISTORY_H void append_to_history(char *line); void clear_search_tree(); char *previous_hist_entry(); #endif