chg: allow to download ´lf config´ settings to client

This commit is contained in:
iceman1001 2020-03-05 11:16:05 +01:00
commit b6dcfbf078
5 changed files with 32 additions and 4 deletions

View file

@ -81,7 +81,7 @@ void setSamplingConfig(sample_config *sc) {
printConfig();
}
sample_config *getSamplingConfig() {
sample_config *getSamplingConfig(void) {
return &config;
}