remove erroneous extra prototype

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2590 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-04 00:24:22 +00:00
parent 81e49a0d4a
commit 160c5fec87
1 changed files with 0 additions and 3 deletions

View File

@ -318,9 +318,6 @@ char *histfilename(void);
void load_history(void);
bool writehist(FILE *hist, filestruct *histhead);
void save_history(void);
#ifndef DISABLE_TABCOMP
char *get_history_completion(filestruct **h, char *s, size_t len);
#endif
#endif
/* Public functions in global.c. */