1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 23:05:43 +02:00

api: add parameters pointers, extra_vars and options in function hdata_search

This commit is contained in:
Sébastien Helleu
2021-11-06 15:59:18 +01:00
parent 018a4bda53
commit 2da2172593
21 changed files with 722 additions and 217 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ TEST(Scripts, API)
snprintf (str_condition, sizeof (str_condition),
"${plugin.name} == %s",
languages[i][0]);
if (!hdata_search (hdata, plugins, str_condition, 1))
if (!hdata_search (hdata, plugins, str_condition, NULL, NULL, NULL, 1))
continue;
/*