forked from external/yambar
We now verify the configuration (currently down to module level, but not including particles) that are present are of the expected type.
5 lines
104 B
C
5 lines
104 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
#include "yml.h"
|
|
|
|
bool config_verify_bar(const struct yml_node *bar);
|