(lookup): Rename lookup() to symbol_by_value(), make it public
and move it to nstr.c.
This commit is contained in:
parent
edaa05b8cb
commit
d4f52f6ca2
3 changed files with 18 additions and 16 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue