Unused prototypes. Found by lint, no binary change.

This commit is contained in:
Nicholas Marriott
2009-06-25 16:06:09 +00:00
parent 947fabc751
commit abb5e36199
4 changed files with 4 additions and 13 deletions

View File

@ -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 = {