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