aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-13 20:37:37 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-13 20:37:37 +0000
commit69e7f4af1924343d876214a36e3771a7815d3519 (patch)
treeec4e6fba0a43f2ccf00dca4f0ede3f329e0dd135 /tmux.h
parent61990deb361983589eafb5779344f3981905194a (diff)
downloadrtmux-69e7f4af1924343d876214a36e3771a7815d3519.tar.gz
rtmux-69e7f4af1924343d876214a36e3771a7815d3519.tar.bz2
rtmux-69e7f4af1924343d876214a36e3771a7815d3519.zip
Sync OpenBSD patchset 324:
Tidy some common code for destroying sessions into a new function.
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 94e0c533..70ce3d5d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.440 2009-09-11 14:13:52 tcunha Exp $ */
+/* $Id: tmux.h,v 1.441 2009-09-13 20:37:37 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1455,6 +1455,7 @@ void server_status_window(struct window *);
void server_lock(void);
int server_unlock(const char *);
void server_kill_window(struct window *);
+void server_destroy_session(struct session *);
void server_set_identify(struct client *);
void server_clear_identify(struct client *);