mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Unused prototypes. Found by lint, no binary change.
This commit is contained in:
@ -27,12 +27,7 @@
|
||||
* Set a window option.
|
||||
*/
|
||||
|
||||
int cmd_set_window_option_parse(struct cmd *, int, char **, char **);
|
||||
int cmd_set_window_option_exec(struct cmd *, struct cmd_ctx *);
|
||||
void cmd_set_window_option_send(struct cmd *, struct buffer *);
|
||||
void cmd_set_window_option_recv(struct cmd *, struct buffer *);
|
||||
void cmd_set_window_option_free(struct cmd *);
|
||||
size_t cmd_set_window_option_print(struct cmd *, char *, size_t);
|
||||
|
||||
const struct cmd_entry cmd_set_window_option_entry = {
|
||||
"set-window-option", "setw",
|
||||
|
Reference in New Issue
Block a user