mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-18 17:38:53 +02:00
Restore list command.
This commit is contained in:
5
tmux.h
5
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 <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 *);
|
||||
|
Reference in New Issue
Block a user