From b5b462506f53e934388defda6b234678daed9111 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 14 Dec 2021 10:07:34 +0100 Subject: [PATCH] add a function prototype for com_wric() --- src/frontend/com_wr_ic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/com_wr_ic.c b/src/frontend/com_wr_ic.c index 5c3aad9b9..cad8454fa 100644 --- a/src/frontend/com_wr_ic.c +++ b/src/frontend/com_wr_ic.c @@ -14,6 +14,8 @@ #include "ngspice/ftedebug.h" #include "ngspice/cktdefs.h" +void com_wric(wordlist* wl); + /* Print the current node status to a file with format .ic V(node) = value */