summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-08-27 20:36:52 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-08-27 20:36:52 +0000
commit12f7197adbf37a430266ecbe355ebb568b69eeb6 (patch)
tree7454819c0af734f6346ab4180836b99044d06e63 /tmux.h
parent438144692dba1aabd34d3253be61b461f15e5e6d (diff)
session_flush can go bye-bye again.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 478cc5de..949383fe 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.5 2007-08-27 13:45:26 nicm Exp $ */
+/* $Id: tmux.h,v 1.6 2007-08-27 20:36:52 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -485,8 +485,7 @@ void session_destroy(struct session *);
int session_index(struct session *, u_int *);
int session_new(struct session *, const char *, u_int, u_int);
void session_attach(struct session *, struct window *);
-void session_detach(struct session *, struct window *);
-int session_flush(struct session *);
+int session_detach(struct session *, struct window *);
int session_has(struct session *, struct window *);
int session_next(struct session *);
int session_previous(struct session *);