aboutsummaryrefslogtreecommitdiff
path: root/inc/build.h
blob: 4e9d634a133da28825d38fbbd8466455c7bd65f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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>

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

#endif