From 23779a9eb1625c996b7808537e286de2b9cc2cfb Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 1 Apr 2013 20:08:56 +0200 Subject: [PATCH] inp.c: add function prototype --- src/frontend/inp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index f85e695dd..82ed4cd3b 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -52,6 +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 create_circbyline(char *line); /*