aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-13 16:51:49 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-13 16:51:49 +0000
commit1b4a76d58fc513b53ec86c8226621c012de62e5f (patch)
tree0e95d76349790a3da9a54049ce57c4b43a4f7231 /tmux.h
parent7230fe1648831a17165201b6f02e0365f7b5f938 (diff)
downloadrtmux-1b4a76d58fc513b53ec86c8226621c012de62e5f.tar.gz
rtmux-1b4a76d58fc513b53ec86c8226621c012de62e5f.tar.bz2
rtmux-1b4a76d58fc513b53ec86c8226621c012de62e5f.zip
Sync OpenBSD patchset 527:
Only need to chmod +x or -x the socket when a client is created, lost or attached, rather than every event loop.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index fa8b1b71..4d68bd2d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.512 2009-11-10 23:31:21 tcunha Exp $ */
+/* $Id: tmux.h,v 1.513 2009-11-13 16:51:49 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1556,6 +1556,7 @@ extern struct clients dead_clients;
int server_start(char *);
void server_signal_set(void);
void server_signal_clear(void);
+void server_update_socket(void);
/* server-client.c */
void server_client_create(int);