aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-window-option.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-06-25 06:00:45 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-06-25 06:00:45 +0000
commit9144d308484e85d757592698dbce3a7b4cfeee53 (patch)
tree4a724f77100ae7bd6a3e96b4baac0e7d4d38e18b /cmd-set-window-option.c
parent83078bdcbcc845ea56cf05374190d2115c06dfcb (diff)
downloadrtmux-9144d308484e85d757592698dbce3a7b4cfeee53.tar.gz
rtmux-9144d308484e85d757592698dbce3a7b4cfeee53.tar.bz2
rtmux-9144d308484e85d757592698dbce3a7b4cfeee53.zip
Unused prototypes. Found by lint, no binary change.
Diffstat (limited to 'cmd-set-window-option.c')
-rw-r--r--cmd-set-window-option.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd-set-window-option.c b/cmd-set-window-option.c
index 8d17498e..cc9bf963 100644
--- a/cmd-set-window-option.c
+++ b/cmd-set-window-option.c
@@ -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",