2022-02-07 06:35:29 +05:30
|
|
|
// Copyright 2018 Nicholas J. Kain <njkain at gmail dot com>
|
|
|
|
// SPDX-License-Identifier: MIT
|
2014-04-15 00:36:31 +05:30
|
|
|
#ifndef NDHC_CONFIG_H_
|
|
|
|
#define NDHC_CONFIG_H_
|
|
|
|
|
|
|
|
void parse_cmdline(int argc, char *argv[]);
|
|
|
|
|
2022-02-07 06:35:29 +05:30
|
|
|
#endif
|
2014-04-15 00:36:31 +05:30
|
|
|
|