removed prototype for inp_nummodes()

This commit is contained in:
pnenzi 2005-04-06 16:37:29 +00:00
parent 2c1c43e69c
commit ab44f6866b
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-04-06 Paolo Nenzi <p.nenzi@ieee.org>
* src/frontend/subckt.h: Since inp_numnodes has been declared static
the prototype has been removed.
2005-04-04 Paolo Nenzi <p.nenzi@ieee.org>
* src/frontend/subckt.c: Applied patch from Steven Borley

View File

@ -8,8 +8,5 @@
struct line * inp_subcktexpand(struct line *deck);
struct line * inp_deckcopy(struct line *deck);
int inp_numnodes(char c);
#endif