summaryrefslogtreecommitdiffstats
path: root/cmd-lock-server.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-lock-server.c
parent83078bdcbcc845ea56cf05374190d2115c06dfcb (diff)
Unused prototypes. Found by lint, no binary change.
Diffstat (limited to 'cmd-lock-server.c')
-rw-r--r--cmd-lock-server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd-lock-server.c b/cmd-lock-server.c
index 5dac3292..74b7b622 100644
--- a/cmd-lock-server.c
+++ b/cmd-lock-server.c
@@ -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",
"",