diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-01-06 17:01:08 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-01-06 17:01:08 +0100 |
| commit | d7c735393a96ff16f95efb130ca99a2edd8a55f0 (patch) | |
| tree | 292fcfcb66d365e1aa4b05d57d8a502f0547a308 /include/config.h | |
| parent | d10d4d4900275a5ffe3aa362c89df67041ac2341 (diff) | |
Add function for duplication a sway_binding
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 8220f804..1f2bbdd0 100644 --- a/include/config.h +++ b/include/config.h @@ -189,6 +189,7 @@ int sway_binding_cmp(const void *a, const void *b); int sway_binding_cmp_qsort(const void *a, const void *b); int sway_binding_cmp_keys(const void *a, const void *b); void free_sway_binding(struct sway_binding *sb); +struct sway_binding *sway_binding_dup(struct sway_binding *sb); int sway_mouse_binding_cmp(const void *a, const void *b); int sway_mouse_binding_cmp_qsort(const void *a, const void *b); |
