summaryrefslogtreecommitdiffstats
path: root/cmd-clear-history.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-06-25 06:00:45 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-06-25 06:00:45 +0000
commit9144d308484e85d757592698dbce3a7b4cfeee53 (patch)
tree4a724f77100ae7bd6a3e96b4baac0e7d4d38e18b /cmd-clear-history.c
parent83078bdcbcc845ea56cf05374190d2115c06dfcb (diff)
Unused prototypes. Found by lint, no binary change.
Diffstat (limited to 'cmd-clear-history.c')
-rw-r--r--cmd-clear-history.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-clear-history.c b/cmd-clear-history.c
index 0c08f9b5..4399c6c2 100644
--- a/cmd-clear-history.c
+++ b/cmd-clear-history.c
@@ -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 = {