aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/tmux.h b/tmux.h
index 822bdc93..6b462589 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1257,13 +1257,8 @@ struct client {
TAILQ_HEAD(clients, client);
/* Parsed arguments structures. */
-struct args_entry {
- u_char flag;
- char *value;
- RB_ENTRY(args_entry) entry;
-};
+struct args_entry;
RB_HEAD(args_tree, args_entry);
-
struct args {
struct args_tree tree;
int argc;