1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

api: rename function string_build_with_split_string to string_rebuild_split_string

This commit is contained in:
Sébastien Helleu
2022-07-20 11:53:08 +02:00
parent 0440309cee
commit 62e68f965f
31 changed files with 68 additions and 67 deletions
+1 -1
View File
@@ -629,7 +629,7 @@ plugin_load (const char *filename, int init_plugin, int argc, char **argv)
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_rebuild_split_string = &string_rebuild_split_string;
new_plugin->string_split_command = &string_split_command;
new_plugin->string_free_split_command = &string_free_split_command;
new_plugin->string_format_size = &string_format_size;