1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

doc: fix name of function in unhook_all prototype (plugin API reference)

This commit is contained in:
Sébastien Helleu
2016-03-28 13:15:53 +02:00
parent bd0d8d5a1c
commit 0063d9314c
+1 -1
View File
@@ -10490,7 +10490,7 @@ Prototype:
[source,C]
----
void weechat_unhook_all_plugin (const char *subplugin);
void weechat_unhook_all (const char *subplugin);
----
Arguments: