add a function prototype for com_wric()

This commit is contained in:
Holger Vogt 2021-12-14 10:07:34 +01:00
parent 4d154f275f
commit 966ec35b7f
1 changed files with 2 additions and 0 deletions

View File

@ -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
*/