aboutsummaryrefslogtreecommitdiff
path: root/inc/build.h
blob: fe41e118aeeefee935a24b3872782bd92c8b50ca (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 <term.h>

void write_bloc(struct term *term, const char *path);

#endif