# | Line 112 | Line 112 | extern char *savestr(const char *str); | |
---|---|---|
112 | extern void freestr(char *s); | |
113 | extern int shash(const char *s); | |
114 | /* defined in savqstr.c */ | |
115 | < | extern char *savqstr(char *s); |
115 | > | extern char *savqstr(const char *s); |
116 | extern void freeqstr(char *s); | |
117 | /* defined in wordfile.c */ | |
118 | extern int wordfile(char **words, int nargs, char *fname); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |