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

gui: fix gui_key_default_bindings declared without arguments

This commit is contained in:
Simmo Saan
2017-06-03 11:44:56 +03:00
parent da8f19bcee
commit e5fe9c34c3
+1 -1
View File
@@ -140,6 +140,6 @@ extern void gui_key_print_log (struct t_gui_buffer *buffer);
/* key functions (GUI dependent) */
extern void gui_key_default_bindings ();
extern void gui_key_default_bindings (int context);
#endif /* WEECHAT_GUI_KEY_H */