diff options
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h index 922b1ae..9f45265 100644 --- a/calmwm.h +++ b/calmwm.h @@ -406,6 +406,7 @@ void conf_client(struct client_ctx *); void conf_bindkey(struct conf *, void (*)(struct client_ctx *, void *), int, int, int, void *); void conf_bindname(struct conf *, char *, char *); +void conf_unbind(struct conf *, struct keybinding *); void conf_parsekeys(struct conf *, char *); void conf_parsesettings(struct conf *, char *); void conf_parseignores(struct conf *, char *); |