1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

api: add function string_convert_escaped_chars

This commit is contained in:
Sebastien Helleu
2014-02-13 18:39:55 +01:00
parent a9550dbf8f
commit c06cfb25ce
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -516,6 +516,7 @@ plugin_load (const char *filename, int argc, char **argv)
new_plugin->string_expand_home = &string_expand_home;
new_plugin->string_remove_quotes = &string_remove_quotes;
new_plugin->string_strip = &string_strip;
new_plugin->string_convert_escaped_chars = &string_convert_escaped_chars;
new_plugin->string_mask_to_regex = &string_mask_to_regex;
new_plugin->string_regex_flags = &string_regex_flags;
new_plugin->string_regcomp = &string_regcomp;