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

#ifndef SHARING_PARSE_H
#define SHARING_PARSE_H

#include <term.h>

struct term_handle parse_blc(char **term);

#endif