From f38bab6b1060fb1ee0929830d5068d8cc1bf4286 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 00ba77153..5ff2e0715 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 com_circbyline(wordlist *wl);