yambar/config-verify.h
Daniel Eklöf aa38063e37 wip: verify configuration
We now verify the configuration (currently down to module level, but
not including particles) that are present are of the expected type.
2019-01-06 20:04:01 +01:00

5 lines
104 B
C

#pragma once
#include <stdbool.h>
#include "yml.h"
bool config_verify_bar(const struct yml_node *bar);