From 9bb907f2a72721f7da4e67365d0ed6765f945006 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 3 Oct 2007 10:18:32 +0000 Subject: Move command handling into the server and tidy up some bits. --- input.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'input.c') diff --git a/input.c b/input.c index ea589a0b..2434a24f 100644 --- a/input.c +++ b/input.c @@ -1,4 +1,4 @@ -/* $Id: input.c,v 1.18 2007-10-03 09:16:59 nicm Exp $ */ +/* $Id: input.c,v 1.19 2007-10-03 10:18:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -171,16 +171,6 @@ input_free(struct input_ctx *ictx) ARRAY_FREE(&ictx->args); } -void -input_parse1(struct screen *s, u_char *buf, size_t len, struct buffer *b) -{ - struct input_ctx ictx; - - input_init(&ictx, s); - input_parse(&ictx, buf, len, b); - input_free(&ictx); -} - void input_parse(struct input_ctx *ictx, u_char *buf, size_t len, struct buffer *b) { -- cgit v1.2.3