# | Line 54 | Line 54 | char *savestr(char *str); | |
---|---|---|
54 | /* defined in trans.c */ | |
55 | RULEHD *getmapping(char *file, QLIST *qlp); | |
56 | ||
57 | + | extern int fgetid(ID *idp, char *dls, FILE *fp); |
58 | + | extern int findid(IDLIST *idl, ID *idp, int insert); |
59 | + | extern int matchid(ID *it, IDMATCH *im); |
60 | + | extern void write_quals(QLIST *qlp, IDLIST idl[], FILE *fp); |
61 | + | |
62 | ||
63 | #ifdef __cplusplus | |
64 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |