(lookup): Rename lookup() to symbol_by_value(), make it public

and move it to nstr.c.
This commit is contained in:
Ron Koenderink 2005-11-22 22:57:06 +00:00
parent edaa05b8cb
commit d4f52f6ca2
3 changed files with 18 additions and 16 deletions

View file

@ -240,5 +240,6 @@ extern char *nstr_comp_val(char *, struct valstr*, int);
extern int nstr_coerce_val(struct valstr *, nsc_type, char *);
extern int nstr_exec(struct nscstr *, int, void *);
extern void nstr_exec_val(struct valstr *, natid, void *, nsc_type);
extern char *symbol_by_value(int, struct symbol *);
#endif /* _NSC_H_ */