// Copyright 2018 Nicholas J. Kain // SPDX-License-Identifier: MIT #ifndef NDHC_CONFIG_H_ #define NDHC_CONFIG_H_ void parse_cmdline(int argc, char *argv[]); #endif