add verifySpec()
CVS patchset: 573 CVS date: 1996/05/17 18:35:55
This commit is contained in:
parent
026db0c542
commit
f28f51fc02
|
@ -16,4 +16,6 @@ void dumpSpec(Spec s, FILE *f);
|
||||||
char *getSource(Spec s, int ispatch, int num);
|
char *getSource(Spec s, int ispatch, int num);
|
||||||
char *getFullSource(Spec s, int ispatch, int num);
|
char *getFullSource(Spec s, int ispatch, int num);
|
||||||
|
|
||||||
|
int verifySpec(Spec s);
|
||||||
|
|
||||||
#endif _spec_h
|
#endif _spec_h
|
||||||
|
|
Loading…
Reference in New Issue