Browse Source

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

branch beta_jdm by Jim Monte
pre-master-46
Holger Vogt 6 years ago
parent
commit
ca05aa318b
  1. 2
      src/frontend/com_alias.h

2
src/frontend/com_alias.h

@ -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…
Cancel
Save