From d58e204cda9f95e11d46f5fa3e7fdbbfe6589839 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Mon, 8 Apr 2013 21:51:01 +0200 Subject: [PATCH] Corrected a prototype related warning --- src/frontend/inp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index 5ff2e0715..551d3c4b9 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -52,8 +52,7 @@ static struct line *com_options = NULL; static void cktislinear(CKTcircuit *ckt, struct line *deck); void line_free_x(struct line *deck, bool recurse); -void com_circbyline(wordlist *wl); - +void create_circbyline(char *line); /*