X-Git-Url: http://git.itanic.dy.fi/?p=log-plotter;a=blobdiff_plain;f=config.c;h=5f1f633564524004b7eef0dd70cf9144570e2487;hp=8b84d58a27f7bfa7f1f7b6305342d8b1bc5d0fea;hb=HEAD;hpb=0a59c3e87ef985e0af68e552500de1c3a022b53b 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;