FACT++  1.0
bool Readline::ClearHistory ( )
static

Clear readline history (calls clear_history())

Returns
always true

Definition at line 882 of file Readline.cc.

Referenced by GetName(), and Process().

883 {
884  clear_history();
885  return true;
886 }

+ Here is the caller graph for this function: