X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;h=160a9312e11a7dd9ee7d6bfa9f7b167e00aed06e;hp=ff6b3e41478862d5e347671242f84bd60c41c76f;hb=786134321b6ef391f04409de1200482e7693284d;hpb=a399a82909831a941901bb311a335e0a5d5384e0 diff --git a/config/lkc.h b/config/lkc.h index ff6b3e4..160a931 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -1,6 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2002 Roman Zippel - * Released under the terms of the GNU GPL v2.0. */ #ifndef LKC_H @@ -108,6 +108,7 @@ const char *str_get(struct gstr *gs); /* symbol.c */ void sym_clear_all_valid(void); struct symbol *sym_choice_default(struct symbol *sym); +struct property *sym_get_range_prop(struct symbol *sym); const char *sym_get_string_default(struct symbol *sym); struct symbol *sym_check_deps(struct symbol *sym); struct property *prop_alloc(enum prop_type type, struct symbol *sym);