1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

api: add new function strlen_screen

This commit is contained in:
Sebastien Helleu
2013-07-27 18:21:50 +02:00
parent 50ab62b75d
commit 6be17ac263
12 changed files with 242 additions and 2 deletions
+1
View File
@@ -510,6 +510,7 @@ plugin_load (const char *filename, int argc, char **argv)
new_plugin->strncasecmp_range = &string_strncasecmp_range;
new_plugin->strcmp_ignore_chars = &string_strcmp_ignore_chars;
new_plugin->strcasestr = &string_strcasestr;
new_plugin->strlen_screen = &gui_chat_strlen_screen;
new_plugin->string_match = &string_match;
new_plugin->string_replace = &string_replace;
new_plugin->string_expand_home = &string_expand_home;