From bc710d7af6c4abb5623b0846eb3d4abe7ddc2b3f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 7 Sep 2010 17:06:26 +0100 Subject: [PATCH] readline: fix the cname of CompentryFunc --- vapi/readline.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/readline.vapi b/vapi/readline.vapi index c0335cc21..de10d1767 100644 --- a/vapi/readline.vapi +++ b/vapi/readline.vapi @@ -27,7 +27,7 @@ namespace Readline { public delegate int CommandFunc (int a, int b); [CCode (cname = "rl_completion_func_t", has_target = false, array_length = false, array_null_terminated = true)] public delegate string[]? CompletionFunc (string str, int a, int b); - [CCode (cname = "rl_quote_func_t", has_target = false)] + [CCode (cname = "rl_compentry_func_t", has_target = false)] public delegate string? CompentryFunc (string str, int a); [CCode (cname = "rl_quote_func_t", has_target = false)] public delegate string QuoteFunc (string str, int a, string b); -- 2.47.2