From 89261724d2f9766736587f76ade3bf37c40e7d83 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 18 Jul 2010 02:42:05 +0200 Subject: [PATCH] Fix function declaration, non-ANSI style. --- src/editline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editline.h b/src/editline.h index d291e57..22c0923 100644 --- a/src/editline.h +++ b/src/editline.h @@ -72,7 +72,7 @@ extern int rl_quit; extern int rl_susp; #endif #ifdef CONFIG_DEFAULT_COMPLETE -extern char *default_rl_complete(); +extern char *default_rl_complete(char *pathname, int *unique); extern int default_rl_list_possib(char *pathname, char ***avp); #endif extern void rl_ttyset(int Reset);