Remove unused prototype
This commit is contained in:
parent
7064df7f3b
commit
4bee26b8b9
|
|
@ -149,7 +149,6 @@ char *INPfindVer(char *line, char *version);
|
||||||
int INPgetStr(char **line, char **token, int gobble);
|
int INPgetStr(char **line, char **token, int gobble);
|
||||||
int INPgetTitle(CKTcircuit **ckt, struct card **data);
|
int INPgetTitle(CKTcircuit **ckt, struct card **data);
|
||||||
int INPgetUTok(char **line, char **token, int gobble);
|
int INPgetUTok(char **line, char **token, int gobble);
|
||||||
int INPgetU2Tok(char **line, char **token, int gobble);
|
|
||||||
int INPremTerm(char *token, INPtables *tab);
|
int INPremTerm(char *token, INPtables *tab);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue