inp.c: add function prototype

This commit is contained in:
h_vogt 2013-04-01 20:08:56 +02:00
parent 86b0a89886
commit f38bab6b10
1 changed files with 1 additions and 0 deletions

View File

@ -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);