]> git.itanic.dy.fi Git - log-plotter/blobdiff - config.h
config.c: Implement store_int_variable_value_to_array()
[log-plotter] / config.h
index 851c7d42ca7d8fbed65c58e791577f115d3188bc..c8abadc9f8cbb6f7de17e9d0cb3ec2e619e4fc07 100644 (file)
--- 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_int_variable_value_to_array(const char *variable, int value,
+                               struct plotter_config *cfg);
 int replace_variables_with_values(char *str, size_t len,
                                const struct plotter_config *cfg);