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