From 8d019841828d30beee5c78500b07f0c80e69457e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 26 Sep 2007 18:32:17 +0000 Subject: Restore list command. --- tmux.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index c01d58d6..4b3b7ed2 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.13 2007-09-26 18:09:23 nicm Exp $ */ +/* $Id: tmux.h,v 1.14 2007-09-26 18:32:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -442,6 +442,9 @@ void sigreset(void); int op_new(char *, int, char **); int op_attach(char *, int, char **); +/* op-list.c */ +int op_list(char *, int, char **); + /* client.c */ int client_init(char *, struct client_ctx *, int); int client_main(struct client_ctx *); -- cgit