diff options
Diffstat (limited to 'inc/build.h')
-rw-r--r-- | inc/build.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inc/build.h b/inc/build.h new file mode 100644 index 0000000..fe41e11 --- /dev/null +++ b/inc/build.h @@ -0,0 +1,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 |