summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-04-21 12:06:46 +0200
committermsvensson@neptunus.(none) <>2005-04-21 12:06:46 +0200
commit3aecb8acceb6a0aa1ec6e8bb2aaa6a95ae04466f (patch)
tree4fae72e7e96a1b437342a78023bf1eac33b4b383 /client
parente0fe3e75c751059a3e043b2ab447eb2e6b349454 (diff)
downloadmariadb-git-3aecb8acceb6a0aa1ec6e8bb2aaa6a95ae04466f.tar.gz
Upgrade to libedit-2.9
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 0c229796c1e..49efe9cbcf2 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -1306,7 +1306,7 @@ static void initialize_readline (char *name)
setlocale(LC_ALL,""); /* so as libedit use isprint */
#endif
rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion;
- rl_completion_entry_function= (CPFunction*)&no_completion;
+ rl_completion_entry_function= (Function*)&no_completion;
#else
rl_attempted_completion_function= (CPPFunction*)&new_mysql_completion;
rl_completion_entry_function= (Function*)&no_completion;