mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
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);
|