1 /** 2 * This file is part of the Detox package. 3 * 4 * Copyright (c) Doug Harple <detox.dharple@gmail.com> 5 * 6 * For the full copyright and license information, please view the LICENSE 7 * file that was distributed with this source code. 8 */ 9 10 #ifndef __CONFIG_FILE_DUMP_H 11 #define __CONFIG_FILE_DUMP_H 12 13 #include "detox.h" 14 15 extern void dump_config_file(struct detox_parse_results *parse_results, struct detox_options *main_options); 16 17 #endif /* __CONFIG_FILE_DUMP_H */