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:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user