inp.c: add function prototype
This commit is contained in:
parent
86b0a89886
commit
f38bab6b10
|
|
@ -52,6 +52,7 @@ static struct line *com_options = NULL;
|
||||||
static void cktislinear(CKTcircuit *ckt, struct line *deck);
|
static void cktislinear(CKTcircuit *ckt, struct line *deck);
|
||||||
|
|
||||||
void line_free_x(struct line *deck, bool recurse);
|
void line_free_x(struct line *deck, bool recurse);
|
||||||
|
void com_circbyline(wordlist *wl);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue