X-Git-Url: http://git.itanic.dy.fi/?p=log-plotter;a=blobdiff_plain;f=config.c;fp=config.c;h=5f1f633564524004b7eef0dd70cf9144570e2487;hp=8b84d58a27f7bfa7f1f7b6305342d8b1bc5d0fea;hb=1c32184fb022a9cf0ed544f1e3821036a2505ef7;hpb=cd226107185788184dad4d2063f88010536bab82 diff --git a/config.c b/config.c index 8b84d58..5f1f633 100644 --- a/config.c +++ b/config.c @@ -102,9 +102,8 @@ static struct variable_value *prepare_slot_for_insertion( return &v[i]; } -static int store_str_variable_value_to_array(const char *variable, - const char *value, - struct plotter_config *cfg) +int store_str_variable_value_to_array(const char *variable, const char *value, + struct plotter_config *cfg) { struct variable_value *v;