summaryrefslogtreecommitdiffstats
path: root/cmd-clear-history.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:06:09 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:06:09 +0000
commitabb5e3619940be874fcce77d9bc00ed49a8c3e68 (patch)
treec7a2cd41c48fbd306ebd0891427671d22653a9ca /cmd-clear-history.c
parent947fabc7519f1f674cb4f3fe2ad0d0c4c10afe21 (diff)
Unused prototypes. Found by lint, no binary change.
Diffstat (limited to 'cmd-clear-history.c')
-rw-r--r--cmd-clear-history.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-clear-history.c b/cmd-clear-history.c
index bf9d09de..95c9992a 100644
--- a/cmd-clear-history.c
+++ b/cmd-clear-history.c
@@ -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 = {