2022-02-06 20:05:29 -05:00
|
|
|
// Copyright 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
|
|
|
|
// SPDX-License-Identifier: MIT
|
2014-03-10 19:29:19 -04:00
|
|
|
#ifndef _NJK_NDHC_IFCHD_PARSE_H_
|
|
|
|
#define _NJK_NDHC_IFCHD_PARSE_H_
|
|
|
|
|
2022-01-11 22:35:19 -05:00
|
|
|
int execute_buffer(const char *newbuf);
|
2014-03-10 19:29:19 -04:00
|
|
|
|
2022-02-06 20:05:29 -05:00
|
|
|
#endif
|
|
|
|
|