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