aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-06-05 18:06:30 +0000
committernicm <nicm>2015-06-05 18:06:30 +0000
commit10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4 (patch)
tree686ddf0bfa258770581eb1f05fa4006eb8c792f5 /tmux.h
parent8c93b768e4864be330c3d6a7962892135224f0f4 (diff)
downloadrtmux-10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4.tar.gz
rtmux-10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4.tar.bz2
rtmux-10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4.zip
Change deref to the more sensible unref, and add a couple I missed before.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index fa36fe6f..7068eb44 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1871,7 +1871,7 @@ int server_client_check_nested(struct client *);
void server_client_handle_key(struct client *, int);
void server_client_create(int);
int server_client_open(struct client *, char **);
-void server_client_deref(struct client *);
+void server_client_unref(struct client *);
void server_client_lost(struct client *);
void server_client_callback(int, short, void *);
void server_client_status_timer(void);