X-Git-Url: http://git.itanic.dy.fi/?p=log-plotter;a=blobdiff_plain;f=config.h;fp=config.h;h=c4df7108213c67a20a962fe0540f5ae9d5663c47;hp=c8abadc9f8cbb6f7de17e9d0cb3ec2e619e4fc07;hb=1c32184fb022a9cf0ed544f1e3821036a2505ef7;hpb=cd226107185788184dad4d2063f88010536bab82 diff --git a/config.h b/config.h index c8abadc..c4df710 100644 --- a/config.h +++ b/config.h @@ -30,6 +30,8 @@ int read_args(int argc, char *argv[], struct plotter_config *cfg); int populate_config_data_from_file(const char *path, struct plotter_config *cfg); +int store_str_variable_value_to_array(const char *variable, const char *value, + struct plotter_config *cfg); int store_int_variable_value_to_array(const char *variable, int value, struct plotter_config *cfg); int replace_variables_with_values(char *str, size_t len,