Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
This commit is contained in:
parent
779bd0e6e2
commit
ca05aa318b
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue