src/keybind.c: move keybind_print() to dbg.c

This commit is contained in:
Johan Malm 2020-06-18 20:39:55 +01:00
parent 7440919452
commit f6578248c0
6 changed files with 14 additions and 16 deletions

View file

@ -182,5 +182,6 @@ void action(struct server *server, struct keybind *keybind);
void dbg_show_one_view(struct view *view);
void dbg_show_views(struct server *server);
void dbg_show_keybinds();
#endif /* LABWC_H */