Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.

branch beta_jdm by Jim Monte
This commit is contained in:
Holger Vogt 2020-04-23 17:56:10 +02:00
parent 779bd0e6e2
commit ca05aa318b
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#ifndef ngspice_COM_ALIAS_H
#define ngspice_COM_ALIAS_H
#include "ngspice/wordlist.h"
void com_alias(wordlist *wl);
void com_unalias(wordlist *wl);