X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fmenu.c;h=b05cc3d4a9bea0fff7e4902e848372bb587be5cb;hp=72c9dba84c5dbd46cb8ae2824a85d54603dbaafe;hb=a6cfffd112f5be4d6bcc16e5f4104db7f8e30415;hpb=07e4b780c277720017c452506789282bdb62b8c7 diff --git a/config/menu.c b/config/menu.c index 72c9dba..b05cc3d 100644 --- a/config/menu.c +++ b/config/menu.c @@ -125,7 +125,7 @@ void menu_set_type(int type) sym_type_name(sym->type), sym_type_name(type)); } -struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) +static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) { struct property *prop = prop_alloc(type, current_entry->sym); @@ -615,7 +615,7 @@ static struct property *get_symbol_prop(struct symbol *sym) /* * head is optional and may be NULL */ -void get_symbol_str(struct gstr *r, struct symbol *sym, +static void get_symbol_str(struct gstr *r, struct symbol *sym, struct list_head *head) { bool hit;