diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 18:32:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 18:32:17 +0000 |
commit | 8d019841828d30beee5c78500b07f0c80e69457e (patch) | |
tree | e9238a4e69073bebb8e3152083395e097134247a /tmux.h | |
parent | 2aacbe764c90218cb8383efbd4f6f74812b3b00c (diff) | |
download | rtmux-8d019841828d30beee5c78500b07f0c80e69457e.tar.gz rtmux-8d019841828d30beee5c78500b07f0c80e69457e.tar.bz2 rtmux-8d019841828d30beee5c78500b07f0c80e69457e.zip |
Restore list command.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -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 *); |