mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Remove the filename_completion_function() extern that conflicts with the
latest version of this fuction in Readline 4.2
This commit is contained in:
parent
1c2665d807
commit
e5b85648a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75499
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user