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-lock-server.c,v 1.2 2009-01-19 18:23:40 nicm Exp $ */
/* $OpenBSD: cmd-lock-server.c,v 1.2 2009/06/25 06:00:45 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@ -30,8 +30,6 @@
int cmd_lock_server_exec(struct cmd *, struct cmd_ctx *);
int cmd_lock_server_callback(void *, const char *);
const struct cmd_entry cmd_lock_server_entry = {
"lock-server", "lock",
"",