inp.c: add function prototype

This commit is contained in:
h_vogt 2013-04-01 20:08:56 +02:00 committed by rlar
parent 1dd0535ecf
commit 23779a9eb1
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 create_circbyline(char *line);
/*