Remove the filename_completion_function() extern that conflicts with the

latest version of this fuction in Readline 4.2
This commit is contained in:
David E. O'Brien 2001-04-14 01:49:32 +00:00
parent 1c2665d807
commit e5b85648a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75499

View File

@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* $FreeBSD$ */
#include "defs.h"
#include "gdbcmd.h"
#include "call-cmds.h"
@ -1536,8 +1538,6 @@ filename_completer (text, word)
char *text;
char *word;
{
/* From readline. */
extern char *filename_completion_function PARAMS ((char *, int));
int subsequent_name;
char **return_val;
int return_val_used;