cleanup kubo_file, file_write

This commit is contained in:
Luka Jankovic 2025-07-25 16:11:48 +02:00
parent e6b0928ac5
commit 90db87bec9
3 changed files with 48 additions and 20 deletions

View file

@ -66,5 +66,6 @@ static const cyaml_schema_value_t top_schema = {
};
struct kubo_context kubo_file_parse(char *file_name);
void kubo_file_write(struct kubo_context *context);
#endif