1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

api: add function string_split_shell

This commit is contained in:
Sebastien Helleu
2014-01-31 12:57:01 +01:00
parent 6bc7c456d7
commit b5bfeb7b8d
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -523,6 +523,7 @@ plugin_load (const char *filename, int argc, char **argv)
new_plugin->string_has_highlight_regex = &string_has_highlight_regex;
new_plugin->string_replace_regex = &string_replace_regex;
new_plugin->string_split = &string_split;
new_plugin->string_split_shell = &string_split_shell;
new_plugin->string_free_split = &string_free_split;
new_plugin->string_build_with_split_string = &string_build_with_split_string;
new_plugin->string_split_command = &string_split_command;