mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Unused prototypes. Found by lint, no binary change.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-clear-history.c,v 1.1 2009-05-14 16:56:23 nicm Exp $ */
|
||||
/* $OpenBSD: cmd-clear-history.c,v 1.2 2009/06/25 06:00:45 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -24,7 +24,6 @@
|
||||
* Clear pane history.
|
||||
*/
|
||||
|
||||
void cmd_clear_history_init(struct cmd *, int);
|
||||
int cmd_clear_history_exec(struct cmd *, struct cmd_ctx *);
|
||||
|
||||
const struct cmd_entry cmd_clear_history_entry = {
|
||||
|
Reference in New Issue
Block a user