]> git.wh0rd.org Git - nano.git/commitdiff
remove erroneous extra prototype
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 4 Jun 2005 00:24:22 +0000 (00:24 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 4 Jun 2005 00:24:22 +0000 (00:24 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2590 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/proto.h

index afd2d5c22a18abd2e1c3559433f93bb5f28834bb..1d9ba95dca4bfb360ef250328bc243ca4eb2e4ff 100644 (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. */