X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc_proto.h;h=c46929fab7d97401dd7d88c0207c9fdbd7e366c4;hp=9f465fe1ca853263a1f407d81c1c2462944830fb;hb=e8ba5aaead7057988bb1a7d8df008acfa0695354;hpb=b142d1663623ec9d7299798e18167d2bf50f8d9b diff --git a/config/lkc_proto.h b/config/lkc_proto.h index 9f465fe..c46929f 100644 --- a/config/lkc_proto.h +++ b/config/lkc_proto.h @@ -31,7 +31,6 @@ extern struct symbol * symbol_hash[SYMBOL_HASHSIZE]; struct symbol * sym_lookup(const char *name, int flags); struct symbol * sym_find(const char *name); -char *sym_expand_string_value(const char *in); const char * sym_escape_string_value(const char *in); struct symbol ** sym_re_search(const char *pattern); const char * sym_type_name(enum symbol_type type);