aboutsummaryrefslogtreecommitdiff
path: root/inc/build.h
blob: 2d99f9db4505a8a5ae27f0fa66b7cfd4c523127f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de>
// SPDX-License-Identifier: MIT

#ifndef BLOC_BUILD_H
#define BLOC_BUILD_H

#include <spec.h>
#include <tree.h>
#include <parse.h>

void write_bloc(struct list *table, const char *path);
void write_blc(struct bloc_parsed *bloc, const char *path);

#endif