From 1c1797e4f29012a60727a1793e5f75bd769f5d14 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 23 Oct 2011 15:03:50 +0000 Subject: Sync OpenBSD patchset 965: Add client formats, from Ben Boeckel. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 74add288..12d401ac 100644 --- a/tmux.h +++ b/tmux.h @@ -1360,6 +1360,7 @@ void format_add( const char *format_find(struct format_tree *, const char *); char *format_expand(struct format_tree *, const char *); void format_session(struct format_tree *, struct session *); +void format_client(struct format_tree *, struct client *); void format_winlink( struct format_tree *, struct session *, struct winlink *); void format_window_pane(struct format_tree *, struct window_pane *); -- cgit