mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
These are no longer unused.
This commit is contained in:
parent
b1822f6a72
commit
0683ae4e47
6
op.c
6
op.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: op.c,v 1.2 2007-09-26 14:08:16 nicm Exp $ */
|
/* $Id: op.c,v 1.3 2007-09-26 18:14:48 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
op_new(char *path, int argc, unused char **argv)
|
op_new(char *path, int argc, char **argv)
|
||||||
{
|
{
|
||||||
struct new_data data;
|
struct new_data data;
|
||||||
struct client_ctx cctx;
|
struct client_ctx cctx;
|
||||||
@ -62,7 +62,7 @@ op_new(char *path, int argc, unused char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
op_attach(char *path, int argc, unused char **argv)
|
op_attach(char *path, int argc, char **argv)
|
||||||
{
|
{
|
||||||
struct attach_data data;
|
struct attach_data data;
|
||||||
struct client_ctx cctx;
|
struct client_ctx cctx;
|
||||||
|
Loading…
Reference in New Issue
Block a user