reorder functions to have config path generation be at the bottom

This commit is contained in:
2025-06-11 16:43:11 +02:00
parent 0fe19b28fc
commit ef0125e7b0
2 changed files with 51 additions and 85 deletions

View File

@@ -23,7 +23,7 @@ enum config_primitive {
/* for outputting a fixed string as this config field */
struct conf_fstr {
size_t len; // length in BYTES of the output data
char* datl; // output data location
char* datl; // where we will output the data
};
/* defines the structure of a config file entry */