mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Turn funcs() into funcs(void)
If they really do not take undefined number of arguments.
This commit is contained in:
parent
d8200012fb
commit
1e70f7b19e
14 changed files with 19 additions and 19 deletions
|
@ -50,7 +50,7 @@ struct swaybar_config {
|
|||
} colors;
|
||||
};
|
||||
|
||||
struct swaybar_config *init_config();
|
||||
struct swaybar_config *init_config(void);
|
||||
void free_config(struct swaybar_config *config);
|
||||
uint32_t parse_position(const char *position);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue