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

Add function utf8_strndup to C plugin API

This commit is contained in:
Sebastien Helleu
2008-11-15 18:28:36 +01:00
parent da748fc653
commit fdf827d31f
5 changed files with 62 additions and 0 deletions
+1
View File
@@ -360,6 +360,7 @@ plugin_load (const char *filename)
new_plugin->utf8_add_offset = &utf8_add_offset;
new_plugin->utf8_real_pos = &utf8_real_pos;
new_plugin->utf8_pos = &utf8_pos;
new_plugin->utf8_strndup = &utf8_strndup;
new_plugin->mkdir_home = &util_mkdir_home;
new_plugin->mkdir = &util_mkdir;