mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
include/: tidy up header files
This commit is contained in:
parent
2d6921039d
commit
649437e336
7 changed files with 17 additions and 5 deletions
|
|
@ -13,6 +13,10 @@ struct keybind {
|
|||
struct wl_list link;
|
||||
};
|
||||
|
||||
/**
|
||||
* keybind_add - parse keybind and add to linked list
|
||||
* @keybind: key combination
|
||||
*/
|
||||
struct keybind *keybind_add(const char *keybind);
|
||||
|
||||
#endif /* __LABWC_KEYBIND_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue