mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Address first round of review for generic blocks
This commit is contained in:
parent
51bb9d8573
commit
8bfa2def88
10 changed files with 34 additions and 32 deletions
|
|
@ -60,8 +60,8 @@ struct cmd_results *config_command(char *command);
|
|||
/**
|
||||
* Parse and handle a sub command
|
||||
*/
|
||||
struct cmd_results *subcommand(char **argv, int argc,
|
||||
struct cmd_handler *handlers, int handlers_size);
|
||||
struct cmd_results *config_subcommand(char **argv, int argc,
|
||||
struct cmd_handler *handlers, size_t handlers_size);
|
||||
/*
|
||||
* Parses a command policy rule.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue