inp.c: add function prototype
This commit is contained in:
parent
1dd0535ecf
commit
23779a9eb1
|
|
@ -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);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue