X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=readline%2Fhistory.h;h=1257e66c3e5e204b633139d054cb9a892123029f;hb=47275900adcda29161e2853179c1fbde4da4c86a;hp=779a573c956005b97440d50596a2887ddf6d0b4a;hpb=4a11f2065906976675808364ddbd1c0f77eea41f;p=deliverable%2Fbinutils-gdb.git diff --git a/readline/history.h b/readline/history.h index 779a573c95..1257e66c3e 100644 --- a/readline/history.h +++ b/readline/history.h @@ -216,7 +216,7 @@ extern int history_truncate_file PARAMS((const char *, int)); -1) If there was an error in expansion. 2) If the returned line should just be printed. - If an error occurred in expansion, then OUTPUT contains a descriptive + If an error ocurred in expansion, then OUTPUT contains a descriptive error message. */ extern int history_expand PARAMS((char *, char **)); @@ -241,10 +241,6 @@ extern char **history_tokenize PARAMS((const char *)); extern int history_base; extern int history_length; extern int history_max_entries; - -extern int history_lines_read_from_file; -extern int history_lines_written_to_file; - extern char history_expansion_char; extern char history_subst_char; extern char *history_word_delimiters;